pub trait TinySuite: Suite { }Expand description
Marker trait for suites that support the Tiny VRF scheme.
Blanket-implemented for all types implementing Suite.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.