pub trait IntoContainer {
    // Required method
    fn into_container(self) -> Container;
}

Required Methods§

Implementors§