Trait timely::container::flatcontainer::Containerized
source · pub trait Containerized {
type Region: Region;
}
Expand description
A trait to let types express a default container type.
pub trait Containerized {
type Region: Region;
}
A trait to let types express a default container type.