Variant
lrs
::
option
::
Option
::
Some
The value is present.
Syntax
enum Option<T> { Some(T) }
Fields
Position
Description
1
The value.