pub trait EntryMarker:
Clone
+ Debug
+ Into<Entry>
+ Sealed {
const BUILD_FLAGS: IoringSetupFlags;
}Expand description
Required Associated Constants§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".