You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: extend api with iterator for routes
Forward iterator access to the routes to allow collecting
them as a client. This allows eg. collecting the routes
to subscribe them when using the router in an MQTT usecase.
Signed-off-by: Marc Bodmer <[email protected]>
* feat: also add into_iter()
clippy requests an implementation of into_iter()
when implementing iter()
Signed-off-by: Marc Bodmer <[email protected]>
* feat: implement IntoIterator trait instead of forwarding from vec
Signed-off-by: Marc Bodmer <[email protected]>
* fix: implement IntoIterator for &PathTree<T>
Signed-off-by: Marc Bodmer <[email protected]>
---------
Signed-off-by: Marc Bodmer <[email protected]>
0 commit comments