refinement_types/
static_str.rs

1//! Static strings.
2
3/// Represents static strings.
4pub type StaticStr = &'static str;