Macro krpc::from_bytes [] [src]

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