Trait rustpython_vm::types::Unconstructible
source · pub trait Unconstructible: PyPayload { }
Expand description
For types that cannot be instantiated through Python code.
Object Safety§
This trait is not object safe.
pub trait Unconstructible: PyPayload { }
For types that cannot be instantiated through Python code.