Skip to main content

decode_json

Function decode_json 

Source
pub fn decode_json<T: DeserializeOwned>(
    body: &str,
    what: &str,
) -> Result<T, HistoryError>
Available on crate feature serve and (crate features serve-history-postgres or serve-history-sqlite) only.