Type Alias fif::String

source ·
pub type String = SmartString<LazyCompact>;
Expand description

On most architectures, this is a type alias for SmartString. However, on architectures unsupported by smartstring, this is simply an alias to std::string::String. A convenience alias for a LazyCompact layout SmartString.

Just pretend it’s a String!

Aliased Type§

struct String { /* private fields */ }