Function webview_app::request::get_input
source ยท pub fn get_input<'a, T>(data: &'a str) -> Twhere
T: Deserialize<'a>,
Expand description
To get the deserialized payload from a JSON request
pub fn get_input<'a, T>(data: &'a str) -> Twhere
T: Deserialize<'a>,
To get the deserialized payload from a JSON request