pub trait IPresentStatistics_Impl: Sized {
// Required methods
fn GetPresentId(&self) -> u64;
fn GetKind(&self) -> PresentStatisticsKind;
}
Required Methods§
fn GetPresentId(&self) -> u64
fn GetKind(&self) -> PresentStatisticsKind
Object Safety§
This trait is not object safe.