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

Required Methods§

source

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

Implementations on Foreign Types§

source§

impl<'a> IoSliceExt<'a> for IoSlice<'a>

source§

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

Implementors§