pub trait Context: 'static + SealedContext + Send { type Endpoints: Sized + Send; type Length: Nat; }