Enum pest::MatchDir [−][src]
pub enum MatchDir { BottomToTop, TopToBottom, }
Match direction for the stack. Used in PEEK[a..b]
/stack_match_peek_slice
.
pub enum MatchDir { BottomToTop, TopToBottom, }
Match direction for the stack. Used in PEEK[a..b]
/stack_match_peek_slice
.
impl Copy for MatchDir
[src]impl Eq for MatchDir
[src]impl StructuralEq for MatchDir
[src]impl StructuralPartialEq for MatchDir
[src]impl RefUnwindSafe for MatchDir
impl Send for MatchDir
impl Sync for MatchDir
impl Unpin for MatchDir
impl UnwindSafe for MatchDir