logo
pub trait OutgoingNonAuthRequest: OutgoingRequest { }
Available on crate feature api only.
Expand description

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

Implementors