pub trait HasCompletionResult: RpcResult {
// Required method
fn completion(&self) -> &Value;
}
Expand description
Exposes the inner completion
field of the response payload.
pub trait HasCompletionResult: RpcResult {
// Required method
fn completion(&self) -> &Value;
}
Exposes the inner completion
field of the response payload.