Function strkey::de::from_reader[][src]

pub fn from_reader<R, T>(reader: R) -> Result<T, Error> where
    R: Read,
    T: DeserializeOwned

Deserialize strkey encoding to produce the requested value from the given reader.