Enum rustdoc_index::Error [−][src]
pub enum Error {
InvalidFormat(String),
Io(Error),
SerdeJson(String, Error),
Metadata(Error),
Join(JoinError),
Location(LocationError),
}
Variants
InvalidFormat(String)
Tuple Fields of InvalidFormat
0: String
Io(Error)
Tuple Fields of Io
0: Error
Metadata(Error)
Tuple Fields of Metadata
0: Error
Join(JoinError)
Tuple Fields of Join
0: JoinError
Location(LocationError)
Tuple Fields of Location
Trait Implementations
Performs the conversion.