Method lrs::result::Result::is_ok

Returns whether the operation succeeded.

Syntax

impl<T, E> Result<T, E> {
    fn is_ok(&self) -> bool
}