pub type Pattern = Vec<PatternObject>;
Expand description
A list of PatternObject
s, representing an entire Lua pattern.
Aliased Typeยง
pub struct Pattern { /* private fields */ }
pub type Pattern = Vec<PatternObject>;
A list of PatternObject
s, representing an entire Lua pattern.
pub struct Pattern { /* private fields */ }