pub trait SERespondableResource: SEResource {
    // Required methods
    fn reply_to(&self) -> Option<&str>;
    fn response_required(&self) -> Option<ResponseRequired>;
}
Expand description

Implemented by all types whose base type is RespondableResource

Required Methods§

Implementors§