Searched refs:get_file_host (Results 1 – 1 of 1) sorted by relevance
988 return Parser::get_file_host(input); in parse_host()1040 fn get_file_host(input: Input<'_>) -> ParseResult<(Host<String>, Input<'_>)> { in get_file_host() method