mirror of
https://github.com/TrueLayer/reqwest-middleware.git
synced 2024-12-26 02:46:30 +00:00
[BOT-272] Function description update
This commit is contained in:
parent
7dc0560d38
commit
fa84b1fd41
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ impl ClientBuilder {
|
|||
}
|
||||
}
|
||||
|
||||
/// Convenience method to create a ClientBuilder
|
||||
/// This method allows creating a ClientBuilder
|
||||
/// from an existing ClientWithMiddleware instance
|
||||
pub fn from_client(client_with_middleware: ClientWithMiddleware) -> Self {
|
||||
Self {
|
||||
|
|
Loading…
Reference in a new issue