Function selectors::parse_selectors

source ·
pub fn parse_selectors<E>(directory: &Path) -> Result<Vec<Selector>, Error>
where E: for<'a> ParsingError<'a>,
Expand description

Loads all the selectors in the given directory.