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