bitwarden_json::response

Trait ResponseIntoString

Source
pub(crate) trait ResponseIntoString {
    // Required method
    fn into_string(self) -> String;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl<T: Serialize + JsonSchema, E: Error> ResponseIntoString for Result<T, E>

Implementors§

Source§

impl<T: Serialize + JsonSchema> ResponseIntoString for Response<T>