Type Definition cubist_localchains::error::Result

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

Result type for this library.