Skip to main content

Module provider

Module provider 

Source
Expand description

DataProvider trait and error types

Defines the interface for data sources. Implementations live outside shape-core (e.g., in shape-cli for data integration).

Structs§

NullProvider
A no-op provider that returns no data

Enums§

DataError
Error type for data provider operations

Traits§

DataProvider
Trait for data providers

Type Aliases§

SharedDataProvider
Type alias for a shared DataProvider