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.