macro_rules! writable_type {
    (VarInt, $e:expr) => { ... };
    (VarLong, $e:expr) => { ... };
    (Vec<$inner:ident>, $e:expr) => { ... };
    ($typ:ty, $e:expr) => { ... };
}
Expand description

Writable Type Macro

A macro used internally to convert struct and packet field types into writable types