Function dhcpv4::server::options_repo

source ·
pub fn options_repo(
    options: impl IntoIterator<Item = DhcpOption>
) -> HashMap<OptionCode, DhcpOption>
Expand description

Helper for constructing a repo of DhcpOptions.