pub trait StaticStrProvider {
    const STR: &'static str;
}
Expand description

Trait that provides a static str.

Required Associated Constants§

source

const STR: &'static str

Object Safety§

This trait is not object safe.

Implementors§