pub trait InRequestGroup<Group> { }
Expand description

Indicates that a request is part of a request group. If you use the request_group macro to define the group, it will handle the implementation of this trait automatically.

Implementors§