Struct dlt_core::fibex::FibexConfig [−][src]
Expand description
Contains all the paths of fibex files that should be combined into the model
Fields
fibex_file_paths: Vec<String>
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more