Enum libracerd::engine::Error
[−]
[src]
pub enum Error {
IoError(Error),
}Error type for semantic engine module
Variants
IoError |
pub enum Error {
IoError(Error),
}Error type for semantic engine module
IoError |
impl Error for Errorfn description(&self) -> &strfn cause(&self) -> Option<&Error>impl Display for Errorimpl From<Error> for Errorimpl Debug for Error