Trait otter::mgmtchannel::IoTryClone[][src]

pub trait IoTryClone: Sized {
    fn try_clone(&self) -> Result<Self>;
}

Required methods

Implementors