Skip to main content

AmbientCtxt

Type Alias AmbientCtxt 

Source
pub type AmbientCtxt<'a> = &'a (dyn ErasedCtxt + Send + Sync + 'static);
Expand description

A type-erased Ctxt for an AmbientSlot.