pub trait ConvertAlloc<Target> {
// Required method
fn convert(self) -> Target;
}Expand description
Convert between types in this crate and standard containers.
pub trait ConvertAlloc<Target> {
// Required method
fn convert(self) -> Target;
}Convert between types in this crate and standard containers.