HasProgressTokenParam

Trait HasProgressTokenParam 

Source
pub trait HasProgressTokenParam: Params {
    // Required method
    fn progress_token(&self) -> Option<&ProgressToken>;
}
Expand description

Core MCP protocol types and error handling

Required Methods§

Implementors§