ProgressNotification

Trait ProgressNotification 

Source
pub trait ProgressNotification: JsonRpcNotificationTrait + HasProgressParams {
    // Provided method
    fn method(&self) -> &str { ... }
}
Expand description

The notification itself

Provided Methods§

Source

fn method(&self) -> &str

Always exactly "notifications/progress"

Implementors§