Struct readme_sync::CodemapSpans[][src]

pub struct CodemapSpans<'a> { /* fields omitted */ }
Expand description

Codemap span labels temporary storage used to create diagnostic messages.

Implementations

Creates a new codemap spans storage.

Returns codemap files storage.

Returns a slice of span labels.

Converts this codemap spans to span labels.

Generate span labels from the given codemap files and CMark spans.

Trait Implementations

Formats the value using the given formatter. Read more

Extends a collection with the contents of an iterator. Read more

🔬 This is a nightly-only experimental API. (extend_one)

Extends a collection with exactly one element.

🔬 This is a nightly-only experimental API. (extend_one)

Reserves capacity in a collection for the given number of additional elements. 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

Performs the conversion.

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.