pub trait TryExtendOne {
    fn try_extend_one(&mut self, other: Self) -> Result<()>;
}

Required Methods

Implementors