[][src]Trait objekt::Clone

pub trait Clone { }

This trait is implemented by any type that implements std::clone::Clone.

Implementors

impl<T> Clone for T where
    T: Clone
[src]

Loading content...