Skip to main content

parse_str

Function parse_str 

Source
pub fn parse_str<T>(s: &str) -> Result<T, TypeShiftError>
where T: TypeShift,
Expand description

Core trait and runtime helpers. Parse JSON text into T and run validator::Validate.

Returns: