pub struct ErrorBarOrientV<K, V>(_);
Expand description

Used for the production of vertical error bars.

This is used internally by Plotters and should probably not be included in user code. See ErrorBar for more information and examples.

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.