pub trait Unconstructible: PyPayload { }
Expand description

For types that cannot be instantiated through Python code.

Object Safety§

This trait is not object safe.

Implementors§