Type Definition ckb_types::error::Result

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