[][src]Trait bastion::child::Shell

pub trait Shell: Send + Sync + Clone + Any + 'static { }

Implementors

impl<T> Shell for T where
    T: Send + Sync + Clone + Any + 'static, 
[src]

Loading content...