Struct pin_init::InitErr[][src]

pub struct InitErr<'a, E> { /* fields omitted */ }
Expand description

Proof that the value is not pin-initialized.

See documentation of PinUninit for details.

Implementations

Get a reference to the inner error.

Get a mutable reference to the inner error.

Get the inner error.

Map the inner error with the given function.

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

Performs the conversion.

Pin-initialize this.

Maps the error from E to E2.

Performs the conversion.

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.