Trait cbuf::CopyOrClone [] [src]

pub trait CopyOrClone {
    fn clone(&self) -> Self;
}

Required Methods

fn clone(&self) -> Self

Implementors