Type Alias neure::ctx::CharsCtx

source ·
pub type CharsCtx<'a> = RegexCtx<'a, str>;

Aliased Type§

struct CharsCtx<'a> { /* private fields */ }