Function wrap_task

Source
pub fn wrap_task<T, F>(op: F) -> Result<T>
where F: FnOnce() -> Result<T>,
Expand description

Type annotation