Trait elfo_core::Request[][src]

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

Associated Types

Implementors