Struct cdp::page::AppManifestError [] [src]

pub struct AppManifestError<'a> {
    pub message: Cow<'a, str>,
    pub critical: i32,
    pub line: i32,
    pub column: i32,
}

[Experimental] Error while paring app manifest.

Fields

Error message.

If criticial, this is a non-recoverable parse error.

Error line.

Error column.

Trait Implementations

impl<'a> Clone for AppManifestError<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for AppManifestError<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for AppManifestError<'a>
[src]

[src]

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

[src]

This method tests for !=.