Skip to main content

bind_config

Function bind_config 

Source
pub fn bind_config<'a, T>(
    configuration: &'a dyn Configuration,
    data: &mut T,
) -> Result<(), Error>
where T: Deserialize<'a>,
Available on crate feature binder only.
Expand description

Deserializes the specified configuration to an existing data structure.

ยงArguments