pub trait AttributeExt {
    fn parse_args_empty_with<F: Parser>(&self, parser: F) -> Result<F::Output>;
}

Required Methods

Implementations on Foreign Types

Implementors