Struct stellar_client::endpoint::ParseDirectionError[][src]

pub struct ParseDirectionError { /* fields omitted */ }

When a bad token or string is provided to parsing into a direction you get an error.

Trait Implementations

impl Debug for ParseDirectionError
[src]

Formats the value using the given formatter. Read more

impl Error for ParseDirectionError
[src]

This method is soft-deprecated. Read more

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

impl Display for ParseDirectionError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations