Skip to main content

Module topic_match

Module topic_match 

Source
Expand description

Matched-topic types.

TopicPath is a concrete topic split into segments; TopicMatch is the result of matching such a topic against a pattern, exposing the captured positional and named parameters.

Structs§

TopicMatch
The result of matching a TopicPath against a pattern.
TopicPath
A concrete MQTT topic, split into its /-delimited segments.

Enums§

TopicMatchError
Errors returned when matching a topic against a pattern.