Add a macro for calling parsers that take in the affiliated keywords.
This commit is contained in:
@@ -91,7 +91,7 @@ pub(crate) fn new_plain_list<'b, 'g, 'r, 's, AK>(
|
||||
input: OrgSource<'s>,
|
||||
) -> Res<OrgSource<'s>, PlainList<'s>>
|
||||
where
|
||||
AK: Iterator<Item = Keyword<'s>>,
|
||||
AK: IntoIterator<Item = Keyword<'s>>,
|
||||
{
|
||||
todo!()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user