IntoRaw

pub trait IntoRaw<R> {
    // Required method
    fn into_raw(self) -> R;
}

Required Methods§

Source

fn into_raw(self) -> R

Implementors§