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

Connections to a validator

Implementations on Foreign Types§

source§

impl<T> Connection for SecretConnection<T>
where T: Read + Write + Sync + Send,

Implementors§

source§

impl<T> Connection for UnixConnection<T>
where T: Read + Write + Sync + Send,