Skip to main content

IMapLayer_ListMethods

Trait IMapLayer_ListMethods 

Source
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§

Source

fn exists(self, data: impl Into<MapLayer_Data>) -> bool

Exists(crate::app::maplayer::MapLayer_Data) overload

Source

fn is_connect(self, data: impl Into<MapLayer_Data>) -> bool

IsConnect(crate::app::maplayer::MapLayer_Data) overload

Source

fn ctor(self)

.ctor() 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§

Source§

impl<__T: IMapLayer_List> IMapLayer_ListMethods for __T

Available on crate feature app-maplayer only.