1// This is free and unencumbered software released into the public domain.
23pub type TurtleReaderResult<T> = core::result::Result<T, TurtleReaderError>;
45/// An error encountered while reading a Turtle file.
6pub type TurtleReaderError = oxttl::TurtleParseError;