Function fretboard_layout::open::open

source ·
pub fn open<T: AsRef<Path>>(path: T) -> Result<Specs, Error>
Expand description

Opens an svg file and extracts a Specs struct from it if it was created by this library previously

Errors

See OpenError for a list of potential errors