Trait SendResponse

Source
pub trait SendResponse {
    // Required method
    fn send(&self, resp: CustomDataResponse);
}

Required Methods§

Implementors§