pub struct ProtocolDecl { /* private fields */ }
Expand description

A type for declaring a new protocol and adding new methods to it before registering it.

Implementations

Constructs a ProtocolDecl with the given name. Returns None if the protocol couldn’t be allocated.

Adds an instance method declaration with a given description to self.

Adds a class method declaration with a given description to self.

Adds a requirement on another protocol.

Registers self, consuming it and returning a reference to the newly registered Protocol.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.