pub trait IRingListSequence_PageDataList_GodComparerMethods: IRingListSequence_PageDataList_GodComparer {
// Provided methods
fn compare(
self,
a: impl Into<RingListSequence_GodPageData>,
b: impl Into<RingListSequence_GodPageData>,
) -> i32 { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn compare(
self,
a: impl Into<RingListSequence_GodPageData>,
b: impl Into<RingListSequence_GodPageData>,
) -> i32
fn compare( self, a: impl Into<RingListSequence_GodPageData>, b: impl Into<RingListSequence_GodPageData>, ) -> i32
Compare(crate::app::ringlistsequence::RingListSequence_GodPageData, crate::app::ringlistsequence::RingListSequence_GodPageData) overload
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementors§
impl<__T: IRingListSequence_PageDataList_GodComparer> IRingListSequence_PageDataList_GodComparerMethods for __T
Available on crate feature
app-ringlistsequence only.