Type Definition ambient_std::CellFnOnce

source ·
pub type CellFnOnce<T, U = ()> = dyn Fn(&mut T) -> U + Sync + Send + 'static;