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