pub fn module_factory_from<T>() -> impl VtabModuleFactorywhere
T: VirtualTable + 'static,
T::Cursor: 'static,Expand description
Create a VtabModuleFactory from a VirtualTable type.
pub fn module_factory_from<T>() -> impl VtabModuleFactorywhere
T: VirtualTable + 'static,
T::Cursor: 'static,Create a VtabModuleFactory from a VirtualTable type.