pub trait INexVersus_ReportSequenceMethods: INexVersus_ReportSequence {
// Provided methods
fn postlogin(self) { ... }
fn report(self) { ... }
fn confirm_retry(self) { ... }
}Provided Methods§
Sourcefn confirm_retry(self)
fn confirm_retry(self)
ConfirmRetry() 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: INexVersus_ReportSequence> INexVersus_ReportSequenceMethods for __T
Available on crate feature
app-nexversus only.