Function parse_decorators

Source
pub fn parse_decorators<'a, P: Parser<'a>>(
    p: &mut P,
    allow_export: bool,
) -> PResult<Vec<Decorator>>