Type Alias ambient_cb::CellFnOnce

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