Trait thruster::errors::Error[][src]

pub trait Error<C> {
    fn build_context(self) -> C;
}

Required methods

Implementors