pub trait Sealed { }
Expand description
Private seal for the FromPyObjectBound
trait.
This prevents downstream types from implementing the trait before PyO3 is ready to declare the trait as public API.
pub trait Sealed { }
Private seal for the FromPyObjectBound
trait.
This prevents downstream types from implementing the trait before PyO3 is ready to declare the trait as public API.