Struct argmin::core::ArgminSlogKV[][src]

pub struct ArgminSlogKV {
    pub kv: Vec<(&'static str, String)>,
}
Expand description

This type is necessary in order to be able to implement slog::KV on ArgminKV

Fields

kv: Vec<(&'static str, String)>

Key value store

Trait Implementations

Performs the conversion.

Serialize self into Serializer Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.