pub trait BitOrderType {
// Required method
fn to_bit_order(self) -> Result<BitOrder, ArrayError>;
}
Expand description
BitOrder trait
Required Methods§
sourcefn to_bit_order(self) -> Result<BitOrder, ArrayError>
fn to_bit_order(self) -> Result<BitOrder, ArrayError>
Parse input to BitOrder type