pub trait AppEvent {
// Provided method
fn installation(&self) -> Option<u64> { ... }
}Provided Methods§
Sourcefn installation(&self) -> Option<u64>
fn installation(&self) -> Option<u64>
Returns the installation ID for the event.
pub trait AppEvent {
// Provided method
fn installation(&self) -> Option<u64> { ... }
}Returns the installation ID for the event.