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

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

Required methods

fn build_context(self) -> C

Loading content...

Implementors

impl<C: Context> Error<C> for ThrusterError<C>[src]

Loading content...