pub trait CRCFuncations {
    fn to_string(self) -> String;
}

Required methods

Implementors