ParsingFunction

Type Alias ParsingFunction 

Source
pub type ParsingFunction = fn(&RynaContext, &TypeTemplate, &String) -> Result<Object, String>;