Function rslint_parser::syntax::stmt::stmt[][src]

pub fn stmt(
    p: &mut Parser<'_>,
    recovery_set: impl Into<Option<TokenSet>>,
    decorator: Option<CompletedMarker>
) -> Option<CompletedMarker>
Expand description

A generic statement such as a block, if, while, with, etc