Trait cpython::PyClone [] [src]

pub trait PyClone: Sized {
    fn clone_ref(&self, Python) -> Self;
}

Required Methods

fn clone_ref(&self, Python) -> Self

Implementors