from_str

Function from_str 

Source
pub fn from_str(value: &str) -> Result<Policy, Error>
Expand description

Parse the output of apt-cache policy out of a string.

ยงErrors

Error::NotImplemented and stuff.