Enum docstrings::ParseError []

pub enum ParseError {
    NoTeaser,
    UnexpectedMarkdown(StringString),
    NoIdent,
    WrongIdentDocsSeparator,
}

Errors while parsing documention

Variants

Missing teaser

Unexpected markdown text

List not starting with an identifier (inline code)

Invalid list formatting with identifier/docs

Trait Implementations

impl Debug for ParseError
[src]

Formats the value using the given formatter.

impl PartialEq for ParseError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ParseError
[src]

impl Clone for ParseError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for ParseError
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Display for ParseError

Formats the value using the given formatter. Read more

impl Error for ParseError

A short description of the error. Read more

The lower-level cause of this error, if any. Read more