Trait psp_types::Notification
source · pub trait Notification {
type Params: DeserializeOwned + Serialize;
const METHOD: &'static str;
}pub trait Notification {
type Params: DeserializeOwned + Serialize;
const METHOD: &'static str;
}