pub trait ResponseExt {
// Required method
fn into_result(self) -> Result<Value, ErrorObject>;
}Expand description
CLI-specific convenience methods for Response
Required Methods§
Sourcefn into_result(self) -> Result<Value, ErrorObject>
fn into_result(self) -> Result<Value, ErrorObject>
Extract result or return error