pub trait Legacy_TrackerTLD_ParamsTrait: Legacy_TrackerTLD_ParamsTraitConst {
// Required method
fn as_raw_mut_Legacy_TrackerTLD_Params(&mut self) -> *mut c_void;
// Provided method
fn read(&mut self, unnamed: &impl FileNodeTraitConst) -> Result<()> { ... }
}Expand description
Mutable methods for crate::tracking::Legacy_TrackerTLD_Params
Required Methods§
fn as_raw_mut_Legacy_TrackerTLD_Params(&mut self) -> *mut c_void
Provided Methods§
fn read(&mut self, unnamed: &impl FileNodeTraitConst) -> Result<()>
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.