Trait flex_alloc::vec::config::VecNewIn
source · pub trait VecNewIn<T> {
type Config: VecConfig;
// Required method
fn vec_try_new_in(
self,
capacity: <Self::Config as VecConfig>::Index,
exact: bool,
) -> Result<<Self::Config as VecConfig>::Buffer<T>, StorageError>;
}