pub trait DebugOwnershipOracle: OwnershipOracle + Debug { }Expand description
Trait marker to bound OwnershipOracle with Debug for use inside the public API.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".