Trait tmkms::connection::Connection[][src]

pub trait Connection: Read + Write + Sync + Send { }

Connections to a validator

Implementations on Foreign Types

impl<T> Connection for SecretConnection<T> where
    T: Read + Write + Sync + Send
[src]

Loading content...

Implementors

impl<T> Connection for UnixConnection<T> where
    T: Read + Write + Sync + Send
[src]

Loading content...