Struct linkify::Link [] [src]

pub struct Link<'t> { /* fields omitted */ }

A link found in the input text.

Methods

impl<'t> Link<'t>
[src]

The start index of the link within the input text.

The end index of the link.

Get the link text as a str.

The type of the link.

Trait Implementations

impl<'t> Debug for Link<'t>
[src]

Formats the value using the given formatter.