Trait dag::ops::TryClone

source ·
pub trait TryClone {
    fn try_clone(&self) -> Result<Self>
    where
        Self: Sized
; }
Expand description

Fallible clone.

Required Methods§

Implementors§