Type Alias TokEnv

Source
pub type TokEnv = Arc<dyn TokenizerEnv + Sync + 'static>;

Aliased Typeยง

struct TokEnv { /* private fields */ }