pub type AmbientCtxt<'a> = &'a (dyn ErasedCtxt + Send + Sync + 'static);Expand description
A type-erased Ctxt for an AmbientSlot.
pub type AmbientCtxt<'a> = &'a (dyn ErasedCtxt + Send + Sync + 'static);A type-erased Ctxt for an AmbientSlot.