pub fn parse_args<T>(args: &Value) -> Result<T, ToolError>where
T: DeserializeOwned,Expand description
Parse JSON args into a typed struct.
pub fn parse_args<T>(args: &Value) -> Result<T, ToolError>where
T: DeserializeOwned,Parse JSON args into a typed struct.