ThrowException

Trait ThrowException 

Source
pub trait ThrowException {
    // Required method
    fn throw(&self, cx: &Context);
}

Required Methods§

Source

fn throw(&self, cx: &Context)

Implementors§