RequiredTypeSet

Trait RequiredTypeSet 

Source
pub trait RequiredTypeSet {
    const REQUIRED_TYPES: &'static [&'static str];
}

Required Associated Constants§

Source

const REQUIRED_TYPES: &'static [&'static str]

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.

Implementations on Foreign Types§

Source§

impl RequiredTypeSet for ()

Source§

const REQUIRED_TYPES: &'static [&'static str]

Implementors§

Source§

impl<T: RequiredType> RequiredTypeSet for T

Source§

const REQUIRED_TYPES: &'static [&'static str]