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§

source

fn next_capacity<T, I: Index>(prev: I, minimum: I) -> I

Object Safety§

This trait is not object safe.

Implementors§