Available on crate feature
api only.Expand description
The PathBuilder trait used to construct the path used to query endpoints and the types that
implement it.
Structs§
- Single
Path - The endpoint has a single path.
- Version
History - The complete history of this endpoint as far as Ruma knows, together with all variants on versions stable and unstable.
Enums§
- Stable
Path Selector - A selector for a stable path of an endpoint.
- Versioning
Decision - A versioning “decision” derived from a set of Matrix versions.
Traits§
- Path
Builder - Trait implemented by types providing a method to construct the path used to query an endpoint.
Functions§
- extract_
endpoint_ path_ segment_ variable - Extract the variable of the given endpoint path segment.