Skip to main content

IFishingConfig_AngleBorderMethods

Trait IFishingConfig_AngleBorderMethods 

Source
pub trait IFishingConfig_AngleBorderMethods: IFishingConfig_AngleBorder {
    // Provided methods
    fn ctor(self) { ... }
    fn ctor_2(
        self,
        set_high: impl Into<f32>,
        set_middle: impl Into<f32>,
        set_low: impl Into<f32>,
    ) { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn ctor_2( self, set_high: impl Into<f32>, set_middle: impl Into<f32>, set_low: impl Into<f32>, )

.ctor(f32, f32, f32) 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: IFishingConfig_AngleBorder> IFishingConfig_AngleBorderMethods for __T

Available on crate feature app-fishingconfig only.