[][src]Trait cloned::ToCloned

pub trait ToCloned<T: ?Sized>: Sized {
    fn to_cloned(&self) -> T;
}

Required methods

fn to_cloned(&self) -> T

Loading content...

Implementors

impl<T, U> ToCloned<U> for T where
    U: ClonedFrom<T>, 
[src]

Loading content...