Trait rustpython_vm::convert::IntoObject
source · pub trait IntoObjectwhere
Self: Into<PyObjectRef>,{
// Provided method
fn into_object(self) -> PyObjectRef { ... }
}
pub trait IntoObjectwhere
Self: Into<PyObjectRef>,{
// Provided method
fn into_object(self) -> PyObjectRef { ... }
}