Type Alias cbor4ii::core::error::StaticStr

source ·
pub type StaticStr = &'static &'static str;
Expand description

Static String

Use &&str instead of &str to reduce type size.