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>>Trait Implementations§
Source§impl From<JsonrpcNotification> for CustomNotification
impl From<JsonrpcNotification> for CustomNotification
Source§fn from(notification: JsonrpcNotification) -> Self
fn from(notification: JsonrpcNotification) -> Self
Converts to this type from the input type.