Function update_state

Source
pub fn update_state<T: ApplicationState>(
    webview: &mut WebviewMut,
    state: T,
) -> Result<()>