logo
pub trait OutgoingNonAuthRequest: OutgoingRequest { }
Expand description

Marker trait for requests that don’t require authentication, for the client side.

Implementors