pub trait IntoContainerId {
    // Required method
    fn into_container_id(
        self,
        arena: &SharedArena,
        kind: ContainerType
    ) -> ContainerID;
}

Required Methods§

Implementations on Foreign Types§

source§

impl IntoContainerId for String

source§

impl<'a> IntoContainerId for &'a str

Implementors§