HasProgressParams

Trait HasProgressParams 

Source
pub trait HasProgressParams: Params {
    // Required methods
    fn progress_token(&self) -> &ProgressToken;
    fn progress(&self) -> u64;
    fn total(&self) -> Option<u64>;
    fn message(&self) -> Option<&String>;
}
Expand description

Trait for params of notifications/progress

Required Methods§

Implementors§