Skip to main content

UniversalSet

Trait UniversalSet 

Source
pub trait UniversalSet {
    type T: UInt;

    // Required method
    fn size(self) -> Self::T;
}

Required Associated Types§

Required Methods§

Source

fn size(self) -> Self::T

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§