Function android_manifest::from_reader[][src]

pub fn from_reader<R: Read>(reader: R) -> Result<AndroidManifest, String>
Expand description

Deserialize an instance of type AndroidManifest from an IO stream of XML text.