Module sealed

Source
Expand description

Declare an inaccessible public type.

Traits§

RequestableInner
Sealed trait to help implement Requestable: not visible outside this crate, so we can change its methods however we like.