Trait donet_core::dconfig::DCFileConfigAccessor

source ·
pub trait DCFileConfigAccessor {
    // Required method
    fn get_dc_config(&self) -> &DCFileConfig;
}
Expand description

All DC element structures with a pointer to the DC file configuration struct should implement this.

Required Methods§

Implementors§