Trait sodoken::AsWriteSized[][src]

pub trait AsWriteSized<'a, const N: usize>: 'a + AsReadSized<'a, N> + DerefMut + AsMut<[u8; N]> + BorrowMut<[u8; N]> { }
Expand description

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

Implementors