Trait DFTD3LoadParamAPI

Source
pub trait DFTD3LoadParamAPI {
    // Required method
    fn load_param_f(method: &str, atm: bool) -> Result<DFTD3Param, DFTD3Error>;

    // Provided method
    fn load_param(method: &str, atm: bool) -> DFTD3Param { ... }
}
Expand description

Trait for loading damping parameters.

Required Methods§

Provided Methods§

Source

fn load_param(method: &str, atm: bool) -> DFTD3Param

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§