pub trait FromStringize {
    fn from_string(string: String) -> Self;
}
Expand description

Converts the given Strign to the type, used to convert hex encoded string to accounthash

Required methods

Implementations on Foreign Types

Implementors