[][src]Function smartpool::run::try_run

pub fn try_run<O, E, F: FnOnce() -> Result<O, E>>(work: F) -> TryRun<O, E, F>