pub trait IPresentStatistics_Impl: Sized {
    // Required methods
    fn GetPresentId(&self) -> u64;
    fn GetKind(&self) -> PresentStatisticsKind;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§