Trait IntoOneTimeExecutor

Source
pub trait IntoOneTimeExecutor<'c>: IntoOneTimeExecutorAt<'c> + 'c { }

Implementors§

Source§

impl<'c, T> IntoOneTimeExecutor<'c> for T
where T: IntoOneTimeExecutorAt<'c> + 'c,