Type Alias ed448_verifier::signature::SignatureError

source ·
pub type SignatureError = Error;
Expand description

Signature error.

Aliased Type§

struct SignatureError {}

Implementations

§

impl Error

pub fn new() -> Error

Create a new error with no associated source

Trait Implementations

§

impl Debug for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Default for Error

§

fn default() -> Error

Returns the “default value” for a type. Read more
§

impl Display for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more