Trait elfo::Request[][src]

pub trait Request: Message {
    type Response: Debug + Clone + Send + Serialize;
}

Associated Types

Implementations on Foreign Types

Implementors