pub trait Then { type Then; }
The Then trait is used to associate a type with a “then” scenario.
Then
associated type