Trait thruster::errors::Error

source ·
pub trait Error<C> {
    // Required method
    fn build_context(self) -> C;
}

Required Methods§

source

fn build_context(self) -> C

Implementors§