pub fn take_from_argument<E>(arg: SelectorArgument) -> Result<Selector, Error>where
E: for<'a> ParsingError<'a>,
Expand description
Extracts and validates or parses a selector from a SelectorArgument
.
pub fn take_from_argument<E>(arg: SelectorArgument) -> Result<Selector, Error>where
E: for<'a> ParsingError<'a>,
Extracts and validates or parses a selector from a SelectorArgument
.