Skip to main content

from_json_str

Function from_json_str 

Source
pub fn from_json_str<'de, T: Deserialize<'de>>(s: &'de str) -> SshCliResult<T>
Expand description

Deserialize JSON with path-aware errors (G-SERDE-08).