Method lrs::option::Option::is_some

Returns whether this object contains a value.

Syntax

impl<T> Option<T> {
    fn is_some(&self) -> bool
}