from_hex

Macro from_hex 

Source
macro_rules! from_hex {
    ($name:ident, $data: ident, $body:block) => { ... };
    ($name:ident) => { ... };
}