Trait stack_dst::DataBuf[][src]

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

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

Implementors