[][src]Trait cl_traits::WithCapacity

pub trait WithCapacity {
    type Input;
    fn with_capacity(input: Self::Input) -> Self;
}

Creates a new instance based on an initial holding capacity.

Associated Types

type Input

Input type for the with_capacity` method.

Loading content...

Required methods

fn with_capacity(input: Self::Input) -> Self

New instance with capacity

Loading content...

Implementors

Loading content...