Trait fed::Extract_ [] [src]

pub trait Extract_<T>: Sized {
    type Lower: Sized;
    fn extract_(self) -> Result<T, Self::Lower>;
}

Associated Types

Required Methods

Implementors