Skip to main content

any_reader_for

Function any_reader_for 

Source
pub fn any_reader_for(name: &str) -> Result<AnyReader>
Expand description

Resolves a format name to its AnyReader.

Error::FormatNotEnabled if the format is recognized but its feature is off; Error::UnsupportedFormat if the name is unknown.