Type Definition hrpc::request::BoxRequest[][src]

pub type BoxRequest = Request<()>;
Expand description

A request that has a message type of (). Used in places where the request message type is not important.