[−][src]Trait ruma_api::Endpoint
A Matrix API endpoint.
Associated Types
type Request: TryFrom<Request<Vec<u8>>, Error = Error> + TryInto<Request<Vec<u8>>, Error = Error>
Data needed to make a request to the endpoint.
type Response: TryFrom<Response<Vec<u8>>, Error = Error> + TryInto<Response<Vec<u8>>, Error = Error>
Data returned from the endpoint.