Trait bancho_packets::Str

source ·
pub trait Str: BanchoPacketWrite + BanchoPacketLength + Display + Debug + AsRef<str> + Into<String> + Deref<Target = str> { }
Expand description

Generic type for str and String

Implementations on Foreign Types§

Implementors§