Struct ruma_signatures::Error [] [src]

pub struct Error { /* fields omitted */ }

An error produced when ruma_signatures operations fail.

Methods

impl Error
[src]

Creates a new error.

Parameters

  • message: The error message.

Trait Implementations

impl Clone for Error
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Error
[src]

Formats the value using the given formatter.

impl StdError for Error
[src]

A short description of the error. Read more

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

impl Display for Error
[src]

Formats the value using the given formatter. Read more