pub fn from_json<T>(json: &str) -> WebullResult<T>where
T: for<'de> Deserialize<'de>,Expand description
Convert a JSON string to a struct.
pub fn from_json<T>(json: &str) -> WebullResult<T>where
T: for<'de> Deserialize<'de>,Convert a JSON string to a struct.