Trait list_fn::ResultFn[][src]

pub trait ResultFn {
    type Result;
    fn result(self) -> Self::Result;
}

Associated Types

Required methods

Implementations on Foreign Types

Implementors