Type Alias arti::logging::LogfileListConfig

source ·
type LogfileListConfig = Vec<LogfileConfig>;
Expand description

Local type alias, mostly helpful for derive_builder to DTRT

Aliased Type§

struct LogfileListConfig {
    buf: RawVec<LogfileConfig>,
    len: usize,
}

Fields§

§buf: RawVec<LogfileConfig>§len: usize