[][src]Trait kas::layout::Storage

pub trait Storage { }

Master trait over storage types

Implementors

impl Storage for DynGridStorage[src]

impl Storage for DynRowStorage[src]

impl<R: Clone, W: Clone> Storage for FixedRowStorage<R, W>[src]

impl<WR: Clone, HR: Clone, W: Clone, H: Clone> Storage for FixedGridStorage<WR, HR, W, H>[src]

Loading content...