pub trait IRelay_DisposPlayerCountsSequenceMethods: IRelay_DisposPlayerCountsSequence {
// Provided methods
fn load_first(self) { ... }
fn load_done(self) { ... }
fn get_chapter(self) -> ChapterData { ... }
fn load(self) -> bool { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn load_first(self)
fn load_first(self)
LoadFirst() overload
Sourcefn get_chapter(self) -> ChapterData
fn get_chapter(self) -> ChapterData
GetChapter() 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: IRelay_DisposPlayerCountsSequence> IRelay_DisposPlayerCountsSequenceMethods for __T
Available on crate feature
app-relay only.