Closed anlumo closed 6 years ago
Hello @anlumo,
Thanks for the report. Can you be more specific? Do you have an example?
Here's the code. I'd like to move the contents of this for-loop into its own function but I can't.
@anlumo The review above should fix you issue. Could you review it, juste to be sure please?
Yes, it works! Thank you!
I can't pass single events to other functions, because I can't reference the type
IcalEvent
by name, since it's in the private module “component”.The same is true for everything else in
ical::parser::ical::component
exceptIcalParser
, which is reexported from the top level module.