Trait cslice::AsCSlice [] [src]

pub trait AsCSlice<'a, T> {
    fn as_c_slice(&'a self) -> CSlice<'a, T>;
}

A cheap conversion to a CSlice.

Required Methods

Performs the conversion.

Implementors