pub trait Receiver {
    type Receiver;
}
Expand description

Defines the common Receiver type of ImmutableSelf and MutableSelf.

Required Associated Types

The type that receives the method call.

Implementors