pub fn options_repo(
options: impl IntoIterator<Item = DhcpOption>,
) -> HashMap<OptionCode, DhcpOption>
Expand description
Helper for constructing a repo of DhcpOption
s.
pub fn options_repo(
options: impl IntoIterator<Item = DhcpOption>,
) -> HashMap<OptionCode, DhcpOption>
Helper for constructing a repo of DhcpOption
s.