Function load_vrt_from_reader
Source pub fn load_vrt_from_reader<R: Read>(reader: R) -> Result<VrtTaxonomy, Error>
Expand description
Deserializes a VRT taxonomy from a reader
§Arguments
reader - Any type implementing io::Read containing JSON data
§Errors
Returns an error if reading fails or the JSON is invalid