Skip to main content

CheetahStr

Type Alias CheetahStr 

Source
pub type CheetahStr = CheetahString;
๐Ÿ‘ŽDeprecated since 3.0.0:

use CheetahString

Expand description

Deprecated v3 compatibility name for CheetahString.

CheetahString is now itself immutable and clone-cheap, so a second value type no longer carries a distinct contract.

Aliased Typeยง

pub struct CheetahStr { /* private fields */ }