crb_agent_ext

Trait Request

Source
pub trait Request: Send + 'static {
    type Response: Send + 'static;
}

Required Associated Types§

Source

type Response: Send + 'static

Implementors§