Trait bitstruct::IntoRaw[][src]

pub trait IntoRaw<Raw, Target> {
    fn into_raw(target: Target) -> Raw;
}

Required methods

Implementors