Connection

Trait Connection 

Source
pub trait Connection<T> { }

Implementors§

Source§

impl<T> Connection<T> for Channel<T>