Method lrs::option::Option::is_none

Returns whether this object does not contain a value.

Syntax

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