Trait ruma::api::OutgoingNonAuthRequest[][src]

pub trait OutgoingNonAuthRequest: OutgoingRequest { }
This is supported on crate feature api only.
Expand description

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

Implementors