Function tiny_jsonrpc::parse_response[][src]

pub fn parse_response<Ret>(data: &str) -> Result<Ret, Error> where
    Ret: DeserializeOwned