Function mmids_core::config::parse
source · pub fn parse(content: &str) -> Result<MmidsConfig, Box<ConfigParseError>>
Expand description
Parses configuration from a text block.
pub fn parse(content: &str) -> Result<MmidsConfig, Box<ConfigParseError>>
Parses configuration from a text block.