Trait flex_alloc::index::Grow
source · pub trait Grow: Debug {
// Required method
fn next_capacity<T, I: Index>(prev: I, minimum: I) -> I;
}Required Methods§
fn next_capacity<T, I: Index>(prev: I, minimum: I) -> I
Object Safety§
This trait is not object safe.