Trait rustpython_vm::types::Unconstructible
source · pub trait Unconstructible: PyPayload { }
Expand description
For types that cannot be instantiated through Python code.
pub trait Unconstructible: PyPayload { }
For types that cannot be instantiated through Python code.