Skip to main content

IUnitRingPoolMethods

Trait IUnitRingPoolMethods 

Source
pub trait IUnitRingPoolMethods: IUnitRingPool {
    // Provided methods
    fn ctor(self) { ... }
    fn get_version(self) -> i32 { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn get_version(self) -> i32

get_Version() 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: IUnitRingPool> IUnitRingPoolMethods for __T

Available on crate feature app-unitringpool only.