pub fn parse_sort<'a>(
input: impl AsRef<str> + 'a,
) -> Result<Vec<SearchEmailsSorter>, Error>Expand description
Parse the given string into a list of SearchEmailsSorter.
See sort::parser::query for more details.
pub fn parse_sort<'a>(
input: impl AsRef<str> + 'a,
) -> Result<Vec<SearchEmailsSorter>, Error>Parse the given string into a list of SearchEmailsSorter.
See sort::parser::query for more details.