Skip to main content

check

Function check 

Source
pub fn check(format: Option<&str>, content: &str) -> Result<(), String>
Expand description

Check content against the built-in for format.

Ok(()) when it parses, when the format has no built-in, or when format is absent. Err carries a message written for the agent to act on.