Skip to main content

IMapHistory_Rewind_OverlapDataPoolMethods

Trait IMapHistory_Rewind_OverlapDataPoolMethods 

Source
pub trait IMapHistory_Rewind_OverlapDataPoolMethods: IMapHistory_Rewind_OverlapDataPool {
    // Provided method
    fn ctor(self, max: impl Into<i32>) { ... }
}

Provided Methods§

Source

fn ctor(self, max: impl Into<i32>)

.ctor(i32) 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: IMapHistory_Rewind_OverlapDataPool> IMapHistory_Rewind_OverlapDataPoolMethods for __T

Available on crate feature app-maphistory only.