Searched defs:use_ (Results 1 – 3 of 3) sorted by relevance
14 pub mod use_ { module
5 macro_rules! use_ { ($($path: tt)*) => { use regex::bytes::$($path)*; } } macro
5 macro_rules! use_ { ($($path: tt)*) => { use regex::$($path)*; } } macro