Trait Shell
bastion::child
pub trait Shell: Send + Sync + Clone + Any + 'static { }
Generic trait for all possible usable structs in system-wide
impl<T> Shell for T where T: Send + Sync + Clone + Any + 'static,