Trait substrate_api_client::utils::FromHexString [−][src]
pub trait FromHexString {
fn from_hex(hex: String) -> Result<Self, FromHexError>
where
Self: Sized;
}pub trait FromHexString {
fn from_hex(hex: String) -> Result<Self, FromHexError>
where
Self: Sized;
}