Function emerald_rs::keystore::decode_str [] [src]

pub fn decode_str<T: FromStr, D: Decoder>(d: &mut D) -> Result<T, D::Error> where
    <T as FromStr>::Err: Display

Decode string for JSON deserialization