pub struct Span<'t> { /* private fields */ }
Expand description

Span within the input text.

A span represents a substring of the input text, which can either be a link, or plain text.

Implementations

The start index of the span within the input text.

The end index of the span.

Get the span text as a str.

The type of link included in the span, if any.

Returns None if the span represents plain text.

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.

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.