Trait reproto_manifest::TryFromToml [] [src]

pub trait TryFromToml where
    Self: Sized
{ fn try_from_string(base: &Path, id: &str, value: String) -> Result<Self>;
fn try_from_value(base: &Path, id: &str, value: Value) -> Result<Self>; }

Trait to convert different types.

Required Methods

Convert from a string value.

Convert from a TOML.

Implementations on Foreign Types

impl TryFromToml for RpRequiredPackage
[src]

[src]

[src]

Implementors