from_bytes

Macro from_bytes 

Source
macro_rules! from_bytes {
    (varint32, $v : expr) => { ... };
    ($t : tt, $v : expr) => { ... };
}