Function vertigo::from_json

source ·
pub fn from_json<T: JsJsonDeserialize>(json: JsJson) -> Result<T, String>
Expand description

Deserialize from JsJson to T