Function recap::from_captures[][src]

pub fn from_captures<'a, D>(re: &'a Regex, input: &'a str) -> Result<D> where
    D: Deserialize<'a>, 
Expand description

Deserialize a type from named regex capture groups

See module level documentation for examples