[][src]Trait mop_structs::prelude::DynDenseSto

pub trait DynDenseSto: DynDenseStoMut {
    fn new() -> Self;
}

Dynamic Indexed Storage - Reference

Required methods

fn new() -> Self

Loading content...

Implementations on Foreign Types

impl<T> DynDenseSto for Vec<T>[src]

Loading content...

Implementors

impl<A> DynDenseSto for VecArray<A> where
    A: Array
[src]

Loading content...