CustomNotification

Type Alias CustomNotification 

Source
pub type CustomNotification = CustomRequest;

Aliased Type§

pub struct CustomNotification {
    pub method: String,
    pub params: Option<Map<String, Value>>,
}

Fields§

§method: String§params: Option<Map<String, Value>>