pub trait IMapLayer_ListMethods: IMapLayer_List {
// Provided methods
fn exists(self, data: impl Into<MapLayer_Data>) -> bool { ... }
fn is_connect(self, data: impl Into<MapLayer_Data>) -> bool { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn exists(self, data: impl Into<MapLayer_Data>) -> bool
fn exists(self, data: impl Into<MapLayer_Data>) -> bool
Exists(crate::app::maplayer::MapLayer_Data) overload
Sourcefn is_connect(self, data: impl Into<MapLayer_Data>) -> bool
fn is_connect(self, data: impl Into<MapLayer_Data>) -> bool
IsConnect(crate::app::maplayer::MapLayer_Data) 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: IMapLayer_List> IMapLayer_ListMethods for __T
Available on crate feature
app-maplayer only.