pub type BoxResponse = Response<()>;
A response that has a message type of (). Used in places where the response message type is not important.
()
pub struct BoxResponse { /* private fields */ }