Trait cdrs::cluster::GetTransport[][src]

pub trait GetTransport<'a, T: CDRSTransport + 'a> {
    fn get_transport(&mut self) -> Option<&mut T>;
}

Required Methods

Implementors