pub trait BufferBorrow<S: ToSliceMut<T>, T: RealNumber>: ToSliceMut<T> {
// Required method
fn trade(self, storage: &mut S);
}Expand description
A “slice-like” type which also allows to
pub trait BufferBorrow<S: ToSliceMut<T>, T: RealNumber>: ToSliceMut<T> {
// Required method
fn trade(self, storage: &mut S);
}A “slice-like” type which also allows to