Trait sodoken::AsWrite[][src]

pub trait AsWrite<'a>: 'a + AsRead<'a> + DerefMut + AsMut<[u8]> + BorrowMut<[u8]> { }
Expand description

Indicates we can dereference an item as a mutable byte array.

Implementors