pub trait IFishingConfig_Battle_AngleBorderMethods: IFishingConfig_Battle_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§
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: IFishingConfig_Battle_AngleBorder> IFishingConfig_Battle_AngleBorderMethods for __T
Available on crate feature
app-fishingconfig_battle only.