Trait ruast::Tryable

source ·
pub trait Tryable {
    // Required method
    fn try_(self) -> Try;
}

Required Methods§

source

fn try_(self) -> Try

Implementors§

source§

impl<E: Into<Expr>> Tryable for E