[][src]Constant smartstring::FRAGMENT_SIZE

pub const FRAGMENT_SIZE: usize = align_of::<String>() - 1; // 7usize

The capacity of the prefix fragment stored by Prefixed SmartStrings.