[][src]Trait stack_dst::DataBuf

pub trait DataBuf: Copy + Default + AsMut<[usize]> + AsRef<[usize]> { }

Trait used to represent a data buffer, typically you'll passs a [usize; N] array.

Implementors

impl<T: Copy + Default + AsMut<[usize]> + AsRef<[usize]>> DataBuf for T[src]

Loading content...