lavina/crates/proto-xmpp/src/prelude.rs

4 lines
46 B
Rust

use std::sync::Arc;
pub type Str = Arc<str>;