pub type FeedDataResponse = HashMap<u32, Option<FeedData>>;Expand description
Response shape of the adapter’s feed-id-keyed read (get_feeds_data): the raw stored feed for
each requested u32 feed id (None when the feed is absent).
Aliased Type§
struct FeedDataResponse { /* private fields */ }