Type Definition dtb::Result

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

DTB-related result.