Function pimsync::config::take_single_param_from_directive

source ·
fn take_single_param_from_directive(
    config: &mut Scfg,
    name: &str,
) -> Result<String>
Expand description

Take a single parameter from a directive.

§Errors

Returns an error if zero or more than one parameter is specified.