IntoBytes

Trait IntoBytes 

Source
pub trait IntoBytes {
    // Required method
    fn into_bytes(self) -> Result<Vec<u8>>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl IntoBytes for f32

Source§

impl IntoBytes for f64

Source§

impl IntoBytes for i32

Source§

impl IntoBytes for i64

Source§

impl IntoBytes for u32

Source§

impl IntoBytes for u64

Source§

impl IntoBytes for String

Source§

impl IntoBytes for Averagef32

Source§

impl IntoBytes for Count32

Implementors§