queue_for_parsed
Description:
Queues an additional item to be imported.
The parsed item is represented by the state of the [class@Parser] at the time of calling this method.
If the parsed item is incompatible with the importer, then this will fail and the item will not be queued.
Parameters:
| this |
an importer to add additional items to |
| parsed |
a parsed item to import |
Returns:
|
whether the item was queued or not |