Function vector::config::format::deserialize
source ยท pub fn deserialize<T>(content: &str, format: Format) -> Result<T, Vec<String>>where
T: DeserializeOwned,
Expand description
Parse the string represented in the specified format.