bitwarden_
json
0.3.0
Response
Into
String
Required Methods
into_string
Implementations on Foreign Types
Result<T, E>
Implementors
In bitwarden_
json::
response
bitwarden_json
::
response
Trait
ResponseIntoString
Copy item path
Source
pub(crate) trait ResponseIntoString { // Required method fn
into_string
(self) ->
String
; }
Required Methods
§
Source
fn
into_string
(self) ->
String
Implementations on Foreign Types
§
Source
§
impl<T:
Serialize
+ JsonSchema, E:
Error
>
ResponseIntoString
for
Result
<T, E>
Source
§
fn
into_string
(self) ->
String
Implementors
§
Source
§
impl<T:
Serialize
+ JsonSchema>
ResponseIntoString
for
Response
<T>