pub struct Notification(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Default for Notification
impl Default for Notification
Source§fn default() -> Notification
fn default() -> Notification
Returns the “default value” for a type. Read more