1use crate::schema::CancelNotification; 2 3impl_jsonrpc_notification!(CancelNotification, "session/cancel");