Skip to main content

IntoTokenError

Trait IntoTokenError 

Source
pub trait IntoTokenError {
    // Required method
    fn into_token_error(self) -> TokenError;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl IntoTokenError for TokenProofGenerationError

Implementors§