Legacy_TrackerTLD_ParamsTrait

Trait Legacy_TrackerTLD_ParamsTrait 

Source
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

Required Methods§

Provided Methods§

Source

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.

Implementors§