pub type ExecutionScripts = Trie<String>;Expand description
Execution scripts to run on the page when using chrome by url.
Aliased Type§
struct ExecutionScripts {
pub root: TrieNode<String>,
pub match_all: bool,
}Fields§
§root: TrieNode<String>A new trie node.
match_all: boolContains a match all segment to default to.