Variant lrs::option::Option::Some

The value is present.

Syntax

enum Option<T> {
    Some(T)
}

Fields

PositionDescription
1

The value.