Trait IntoObject

Source
pub trait IntoObject
where Self: Into<PyObjectRef>,
{ // Provided method fn into_object(self) -> PyObjectRef { ... } }

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<T> IntoObject for T
where T: Into<PyObjectRef>,

Morty Proxy This is a proxified and sanitized view of the page, visit original site.