// This is free and unencumbered software released into the public domain.
pubtypeTurtleReaderResult<T>=core::result::Result<T, TurtleReaderError>;/// An error encountered while reading a Turtle file.
pubtypeTurtleReaderError=oxttl::TurtleParseError;