Trait ruma_api::OutgoingNonAuthRequest[][src]

pub trait OutgoingNonAuthRequest: OutgoingRequest { }
Expand description

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

Implementors