Trait airbag::AirbagResult[][src]

pub trait AirbagResult<E>: Sized {
    fn airbag_if<F: Fn(&E) -> bool>(self, f: F) -> Self;
fn airbag(self) -> Self; fn airbag_drop(self) { ... } }

Required methods

Provided methods

Implementations on Foreign Types

Implementors