pub trait AsTypeSet {
type Set: ?Sized;
}Expand description
The main trait for representing a set of types.
This is implemented for tuples up to 24 elements.
§Examples
(A,)(A, B)(A, B, C)
Required Associated Types§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".