bp_runtime

Trait StaticStrProvider

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

Trait that provides a static str.

Required Associated Constants§

source

const STR: &'static str

Static string.

Object Safety§

This trait is not object safe.

Implementors§