Function get_value

Source
pub fn get_value<T: Any>(
    values: &dyn Values,
    key: impl AsRef<str>,
) -> Result<&T, Error>
Expand description

Try to find key in values and then to convert it to T.