HasCompletionResult

Trait HasCompletionResult 

Source
pub trait HasCompletionResult: RpcResult {
    // Required method
    fn completion(&self) -> &Value;
}
Expand description

Exposes the inner completion field of the response payload.

Required Methods§

Source

fn completion(&self) -> &Value

Implementors§