Type Definition mux::Contexts [] [src]

type Contexts = Vec<(Vec<u8>, Vec<u8>)>;

Contexts of dispatch and init messages.