Trait stemjail::jail::JailFn [] [src]

pub trait JailFn: Send + Debug {
    fn call(&mut self, &mut Jail);
}

Required Methods

fn call(&mut self, &mut Jail)

Implementors