Skip to main content

run_preview

Function run_preview 

Source
pub async fn run_preview<F, T>(work: F) -> Result<T>
where F: FnOnce() -> Result<T> + Send + 'static, T: Send + 'static,