Type Alias substreams::errors::Error

source ·
pub type Error = Error;
Expand description

Error proxy for Substreams, simply a type alias to anyhow::Error.

See module crate::errors level documentation for more information.

Aliased Type§

struct Error { /* private fields */ }