Type Definition hrpc::response::BoxResponse[][src]

pub type BoxResponse = Response<()>;
Expand description

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

Trait Implementations

Performs the conversion.