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.
pub trait InRequestGroup<Group> { }
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.