[][src]Trait lark_error::ResultExt

pub trait ResultExt<Ok, Cx> {
    fn unwrap_or_error_sentinel(self, cx: Cx) -> Ok;
}

Required methods

fn unwrap_or_error_sentinel(self, cx: Cx) -> Ok

Loading content...

Implementations on Foreign Types

impl<Ok, Cx> ResultExt<Ok, Cx> for Result<Ok, ErrorReported> where
    Ok: ErrorSentinel<Cx>, 
[src]

Loading content...

Implementors

Loading content...