Function reproto_manifest::parse_spec [] [src]

pub fn parse_spec<T: 'static>(base: &Path, id: &str, value: Value) -> Result<T> where
    T: TryFromToml

Parse a single specification where the string key is a package.

The behavior for the value is determined by TryFromToml.