referrerpolicy=no-referrer-when-downgrade

Trait bp_runtime::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§