Skip to main content

DefinedParam

Trait DefinedParam 

Source
pub trait DefinedParam:
    'static
    + Sync
    + Send {
    const IDENT: &'static str;
}

Required Associated Constants§

Source

const IDENT: &'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.

Implementors§

Source§

impl DefinedParam for Bs

Source§

const IDENT: &'static str = "bs"

Source§

impl DefinedParam for Key

Source§

const IDENT: &'static str = "key"

Source§

impl DefinedParam for Name

Source§

const IDENT: &'static str = "name"

Source§

impl DefinedParam for Req

Source§

const IDENT: &'static str = "req"

Source§

impl DefinedParam for Sf

Source§

const IDENT: &'static str = "sf"

Source§

impl DefinedParam for Tr

Source§

const IDENT: &'static str = "tr"