[][src]Trait bastion::child::BastionClosure

pub trait BastionClosure: Fn(BastionContext, Box<dyn Message>) + Shell { }

Implementors

impl<T> BastionClosure for T where
    T: Fn(BastionContext, Box<dyn Message>) + Shell
[src]

Loading content...