Skip to content

Feature Request: extend method for DynamicTable #37

@hxzhao527

Description

@hxzhao527

Now DynamicTable just is an alias of ParsingTable.

pub type DynamicTable<'data, E> = ParsingTable<'data, E, Dyn>;

It does not implement any other method except iter to get Dyn.
So is there a plan to add more methods for DynamicTable, like get_needed_libraries.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions