Trait cpython::PyClone [] [src]

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

Required Methods

Implementations on Foreign Types

impl<T> PyClone for Option<T> where
    T: PyClone
[src]

[src]

Implementors