[][src]Module ogma::matcher

Function matching utilities

Structs

Matcher

Reads tokens, queries and data from a string

Enums

MatchError

An error which can occur during matchng

Traits

Match

Create Self from a string slice given a context. This should be implemented by functions that wish to be compileable and read their arguments from an English string

MatchFunc

Auto implemented trait for types which both implement Match and Callable

Type Definitions

FuncMatcher

A function pointer which matches a string given a context to a callable Func