AllocEscapeBuffer

Type Alias AllocEscapeBuffer 

Source
pub type AllocEscapeBuffer = FrozenVec<String>;
Expand description

a buffer for an growable string escape buffer. enabled with alloc feature.

Aliased Typeยง

pub struct AllocEscapeBuffer { /* private fields */ }