Trait cpython::PyClone
[−]
[src]
pub trait PyClone: Sized { fn clone_ref(&self, Python) -> Self; }
Required Methods
Implementors
impl<T> PyClone for T where T: PythonObjectimpl<T> PyClone for Option<T> where T: PyClone