pub trait RootsListChangedNotification: JsonRpcNotificationTrait { // Provided method fn method(&self) -> &str { ... } }