pub trait RequestWithoutReply: Request { }
Expand description

Marker trait for requests that do not return a reply.

These trait is implicitely associated with VoidCookie and VoidCookieChecked.

Implementors