Trait bp_runtime::StaticStrProvider
source · pub trait StaticStrProvider {
const STR: &'static str;
}
Expand description
Trait that provides a static str
.
pub trait StaticStrProvider {
const STR: &'static str;
}
Trait that provides a static str
.