-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: enable iterating through module functions (#220)
This commit makes a `Fucntions::iter` available, to enable iterating through functions present in a module. To keep changes to the public interface small, `Functions<'a>` now has a `iter()` function that returns an opaque iterator. Signed-off-by: Victor Adossi <vadossi@cosmonic.com>
- Loading branch information
1 parent
782ad53
commit 5e1d02f
Showing
3 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters