pub trait AsStrized {
    fn as_string(&self) -> String;
}
Expand description

Converts the given object to String, Its used to convert the AccountHash to base16 encoded string

Required methods

Implementations on Foreign Types

Implementors