Module std::send_str

SendStr definition and trait implementations

Enums

SendStr

A SendStr is a string that can hold either a ~str or a &'static str. This can be useful as an optimization when an allocation is sometimes needed but the common case is statically known.

Traits

IntoSendStr

Trait for moving into an SendStr