Type Definition evmil::il::Result

source ·
pub type Result<T> = Result<Span<T>, Error<T>>;
Expand description

The type of error which can be returned from snap().