Trait substrate_api_client::utils::FromHexString[][src]

pub trait FromHexString {
    fn from_hex(hex: String) -> Result<Self, FromHexError>
    where
        Self: Sized
; }

Required methods

Implementations on Foreign Types

Implementors