Enum syntax::ext::tt::macro_parser::ParseResult[src]
pub enum ParseResult {
Success(HashMap<Ident, Rc<NamedMatch>>),
Failure(Span, String),
Error(Span, String),
}Variants
Success | |
Failure | |
Error |
pub enum ParseResult {
Success(HashMap<Ident, Rc<NamedMatch>>),
Failure(Span, String),
Error(Span, String),
}Success | |
Failure | |
Error |
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).