[][src]Module streamson_lib::matcher

Collections of path matchers (matches the path).

Re-exports

pub use all::All;
pub use combinator::Combinator;
pub use depth::Depth;
pub use simple::Simple;

Modules

all

Matcher which will simply match all paths

combinator

Combinator path matcher

depth

Depth path matcher

simple

Simple path matcher

Traits

MatchMaker

Common Matcher trait