dns_types::zones::deserialiseFunction parse_include
Source fn parse_include(
origin: Option<&DomainName>,
tokens: Vec<(String, Bytes)>,
) -> Result<Entry, Error>
Expand description
$INCLUDE <file-name> [<domain-name>]
ยงErrors
If the string cannot be parsed.