register_listing_table

Function register_listing_table 

Source
pub fn register_listing_table<T: ListingTableLike>()
Expand description

Register a ListingTableLike implementation in this registry. This allows cast_to_listing_table to easily downcast a TableProvider into a ListingTableLike where possible.