HasMeta

Trait HasMeta 

Source
pub trait HasMeta {
    // Required method
    fn meta(&self) -> Option<HashMap<String, Value>>;
}
Expand description

Core MCP protocol types and error handling

Required Methods§

Source

fn meta(&self) -> Option<HashMap<String, Value>>

Returns an owned JSON‐object map of this value.

Implementors§