Struct ethcore::builtin::Error [−][src]
pub struct Error(pub &'static str);
Execution error.
Trait Implementations
impl Debug for Error[src]
impl Debug for Errorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<&'static str> for Error[src]
impl From<&'static str> for Errorimpl Into<Error> for Error[src]
impl Into<Error> for Error