Trait rocket::config::IntoValue [] [src]

pub trait IntoValue {
    fn into_value(self) -> Value;
}

Conversion trait from standard types into TOML Values.

Required Methods

Converts self into a TOML Value.

Implementors