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

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

Connections to a validator

Implementors

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

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

Loading content...