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

Required Methods

Implementors