Type Definition ckb_db::Result[][src]

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

The type returned by database methods.