pub trait INexRelay_SearchSequenceMethods: INexRelay_SearchSequence {
// Provided methods
fn ctor(self, results: impl Into<List_1<RelayServerMetaData>>) { ... }
fn postlogin(self) { ... }
fn search(self) { ... }
fn fix_data_type_to_relay_end(self) { ... }
}Provided Methods§
Sourcefn ctor(self, results: impl Into<List_1<RelayServerMetaData>>)
fn ctor(self, results: impl Into<List_1<RelayServerMetaData>>)
.ctor(crate::system::collections::generic::list_1::List_1<crate::app::relayservermetadata::RelayServerMetaData>) overload
Sourcefn fix_data_type_to_relay_end(self)
fn fix_data_type_to_relay_end(self)
FixDataTypeToRelayEnd() 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: INexRelay_SearchSequence> INexRelay_SearchSequenceMethods for __T
Available on crate feature
app-nexrelay only.