[][src]Trait stack_dst::DataBuf

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

Trait used to represent the data buffer for StackDSTA.

Typically you'll passs a [usize; N] array

Implementors

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

Loading content...