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

4 lines
46 B
Rust

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