CheckStaticMessageArg

Trait CheckStaticMessageArg 

Source
pub trait CheckStaticMessageArg<To>: Sealed {
    const IS_INVALID: Option<StaticMessage<2>>;
}

Required Associated Constants§

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 CheckStaticMessageArg<&'static str> for &'static str

Source§

impl<const N: usize> CheckStaticMessageArg<RefMessage<'static, N>> for &'static str

Implementors§