@ts-rust/std - v0.0.5
Preparing search index...
index
None
Type Alias None<T>
None
:
Optional
<
T
>
&
{
"[phantom]"
:
"none"
}
Represents an empty
Option
with no value.
Unlike
Some
, it does not provide a
value
property.
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@ts-rust/std - v0.0.5
Loading...
Represents an empty Option with no value.
Unlike Some, it does not provide a
value
property.