de.sebbraun.helpers.pathmatching
Represent a T in path form.
Represent a T in path form.
The T to convert to path form.
The path representation of t.
Parse a path and find a representation as a T.
Parse a path and find a representation as a T.
The path to be matched.
Some(x) whenever an x is found that represents the data given in the path, or None if no match is found.
Bidirectional mapping between a
Tand its representation as a path.