Struct oftlisp::reader::ReadError [] [src]

pub struct ReadError { /* fields omitted */ }

An error that occurs while reading.

Methods

impl ReadError
[src]

[src]

Returns the ReadErrorKind associated with the error.

[src]

Returns the SourceLocation associated with the error.

Trait Implementations

impl Clone for ReadError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ReadError
[src]

[src]

Formats the value using the given formatter.

impl Eq for ReadError
[src]

impl Finalize for ReadError
[src]

[src]

impl Hash for ReadError
[src]

[src]

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

1.3.0
[src]

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

impl PartialEq for ReadError
[src]

[src]

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

[src]

This method tests for !=.

impl Trace for ReadError
[src]

[src]

Marks all contained Gcs.

[src]

Increments the root-count of all contained Gcs.

[src]

Decrements the root-count of all contained Gcs.

[src]

Runs Finalize::finalize() on this object and all contained subobjects Read more

impl Drop for ReadError
[src]

[src]

Executes the destructor for this type. Read more

impl Display for ReadError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for ReadError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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