Skip to main content

Loader

Type Alias Loader 

Source
pub type Loader<'a> = &'a dyn Fn(&str) -> Result<String, Error>;
Expand description

Maps a spec’s [chip].library path to the library’s TOML text: the filesystem for the CLI, an embedded set in the browser.