tokio_io_utility

Trait IoSliceExt

Source
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§