Skip to main content

BoxResponse

Type Alias BoxResponse 

Source
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.

Aliased Type§

pub struct BoxResponse { /* private fields */ }

Trait Implementations§

Source§

impl From<Error> for BoxResponse

Source§

fn from(err: Error) -> Self

Converts to this type from the input type.