Type Alias PhantomUnsend

Source
type PhantomUnsend = PhantomData<Rc<()>>;

Aliased Typeยง

struct PhantomUnsend;