pub trait TryIntoContainer { // Required method fn try_into_container(self) -> ContainerResult<Container>; }