pub trait Unconstructible: PyPayload { }
Expand description

For types that cannot be instantiated through Python code.

Implementors§