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