icb

Type Alias Icbmsg

Source
pub type Icbmsg = Vec<String>;
Expand description

Messages the client needs to format/display to the user. First field is always the packet type (T_*), followed by a type-specific order.

Aliased Typeยง

struct Icbmsg { /* private fields */ }