Currently there is a matrix_sdk::http_client::SupportedPathBuilder bound on Client::send, but the http_client module is private. This makes it impossible to write code in dependent crates that is generic over API requests, because you cannot reproduce the bound on Client::send.
Currently there is a
matrix_sdk::http_client::SupportedPathBuilderbound onClient::send, but thehttp_clientmodule is private. This makes it impossible to write code in dependent crates that is generic over API requests, because you cannot reproduce the bound onClient::send.