[go: up one dir, main page]

Function to_toml

Source
pub fn to_toml<T>(value: &T) -> Result<Value>
where T: ?Sized + Serialize,
Expand description

Converts the value to a TOML value.