pub trait Then {
    type Then;
}
Expand description

The Then trait is used to associate a type with a “then” scenario.

Required Associated Types§

source

type Then

associated type

Implementors§