Trait transproto::proto::Fixed[][src]

pub trait Fixed {
    type Raw: Copy;
    fn from_bytes(x: Self::Raw) -> Self;
}

Associated Types

Required methods

Implementations on Foreign Types

Implementors