Struct railroad::Empty

source ·
pub struct Empty;
Expand description

A dummy-element which has no size and draws nothing.

This can be used in conjunction with Choice (to indicate that one of the options is blank, a shorthand for an Optional(Choice)), Repeat (if there are zero-or-more repetitions or if there is no joining element), or LabeledBox (if the label should be empty).

Trait Implementations

Formats the value using the given formatter. Read more
The vertical distance from this element’s top to where the entering, connecting path is drawn. Read more
This primitives’s total height.
This primitive’s total width.
Draw this element as an svg::Element.
source

fn height_below_entry(&self) -> i64

The vertical distance from the height of the connecting path to the bottom.

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.