Skip to main content

AsSet

Trait AsSet 

Source
pub trait AsSet {
    type Set: Members;
}
Expand description

Trait that allows usage of custom types instead of [Set].

Required Associated Types§

Source

type Set: Members

The Set type.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§