[][src]Trait kync::AsCSlice

pub trait AsCSlice {
    fn c_slice<'a>(&'a self) -> CSlice<'a, *const u8>;
}

A trait for types that are convertible to a CSlice<*const u8>

Required methods

fn c_slice<'a>(&'a self) -> CSlice<'a, *const u8>

Loading content...

Implementations on Foreign Types

impl<'_> AsCSlice for &'_ [u8][src]

Loading content...

Implementors

Loading content...