Trait triable::Triable [] [src]

pub trait Triable<Expr, Return> {
    fn try(self) -> TriableResult<Expr, Return>;
}

Required Methods

Implementors