pub type WireType { VarInt I64 Len I32 }
VarInt
I64
Len
I32
pub fn from_int(n: Int) -> Result(WireType, String)
pub fn to_int(wire: WireType) -> Int