[][src]Trait to_bytes::not_important::ToRawBytes

pub trait ToRawBytes {
    unsafe fn to_raw_bytes(self) -> Vec<u8>;
}

Required methods

unsafe fn to_raw_bytes(self) -> Vec<u8>

Loading content...

Implementors

impl<T> ToRawBytes for T[src]

Loading content...