[][src]Type Definition lang_extension::ops::function::FunctionOnce

type FunctionOnce<V, R> = Arc<Box<dyn FnOnce(V) -> R>>;