Trait capnp::private::endian::Endian
[−]
[src]
pub trait Endian: Sized {
fn get(&self) -> Self;
fn set(&mut self, value: Self);
}
pub trait Endian: Sized {
fn get(&self) -> Self;
fn set(&mut self, value: Self);
}