pub struct NullSink;

Trait Implementations

inform this DescriptionSink of a description that was informed by bits start to end from the start of an instruction’s decoding. start and end are only relative the instruction being decoded when this sink DescriptionSink provided, so they will have no relation to the position in an underlying data stream used for past or future instructions. Read more

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.