pub struct ChordChart { /* private fields */ }

Implementations

Determine from which fret to show the fretboard.

If the rightmost fret fits on the diagram, show the fretboard beginning at the first fret, otherwise use the leftmost fret needed for the chords to be played.

Get the width of the space that we need to print the names of the root notes (the names of the strings).

Format a line that represents a ukulele string in a chord diagram.

Trait Implementations

Formats the value using the given formatter. 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.

Converts the given value to a String. Read more

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.