pub trait IntoSystemContainer {
    fn into_container(self) -> SystemContainer;
}

Required Methods

Implementors