Skip to main content

load_publishers

Function load_publishers 

Source
pub fn load_publishers(
    filepath: impl AsRef<Path>,
) -> Result<Vec<DatabentoPublisher>>
Expand description

Loads Databento publishers from a JSON file.

ยงErrors

Returns an error if the file cannot be read or parsed as JSON.