Trait ethane::transport::Request[][src]

pub trait Request {
    fn request(&mut self, cmd: String) -> Result<String, TransportError>;
}

Implemented by transports which offer request functionality

Required methods

Loading content...

Implementors

Loading content...