Trait hdi_extensions::AnyDhtHashTransformer

source ·
pub trait AnyDhtHashTransformer: Sized {
    // Required method
    fn try_from_string(input: &str) -> ExternResult<Self>;
}
Expand description

Extend AnyDhtHash transformations

Required Methods§

source

fn try_from_string(input: &str) -> ExternResult<Self>

Automatically determine correct type from a string

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl AnyDhtHashTransformer for AnyDhtHash

Implementors§