Trait data_structure_traits::Create [] [src]

pub trait Create {
    fn create() -> Self;
fn create_with_capacity(capacity: usize) -> Self; }

Required Methods

Implementors