Type Alias ambient_cb::CellFn

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