Skip to main content

Producer

Type Alias Producer 

Source
pub type Producer = Option<String>;
Expand description

The producer or solver identity a solution records, free text as the producer states it.

Aliased Type§

pub enum Producer {
    None,
    Some(String),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(String)

Some value of type T.