[go: up one dir, main page]

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

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

Base minimum trait contract of process body closure.

Implementors

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

Loading content...