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

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