from_json

Function from_json 

Source
pub fn from_json<T>(json: &str) -> WebullResult<T>
where T: for<'de> Deserialize<'de>,
Expand description

Convert a JSON string to a struct.