Trait enso_prelude::ClonedRef[][src]

pub trait ClonedRef {
    type Output;
    fn cloned_ref(&self) -> Self::Output;
}
Expand description

Trait for types that can be internally cloned using CloneRef, like Option<&T>.

Associated Types

Required methods

Implementations on Foreign Types

Implementors