Trait fbnc::NumKey

source · []
pub trait NumKey: Clone + Copy + PartialEq + Eq + PartialOrd + Ord + Debug {
    fn to_bytes(&self) -> Vec<u8>;
fn from_bytes(b: &[u8]) -> Result<Self>; }
Expand description

numberic key

Required methods

key => bytes

bytes => key

Implementations on Foreign Types

Implementors