pub trait IoSliceMutExt<'a> {
    // Required method
    fn into_inner(self) -> &'a mut [u8] ;
}

Required Methods§

source

fn into_inner(self) -> &'a mut [u8]

Implementations on Foreign Types§

source§

impl<'a> IoSliceMutExt<'a> for IoSliceMut<'a>

source§

fn into_inner(self) -> &'a mut [u8]

Implementors§