Trait cpython::PyClone [] [src]

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

Required Methods

Implementors