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

Required Methods

Implementors