use ;
use Error as ThisError;
/// Any error that can occur during build
///
/// One area for improvement is allowing more data to be present in an error, and possibly making
/// `BuildFailed` use a trait object (impl std::Error) to be more general. Suggestions welcome!
/// The ubiquitous crate result type
pub type DepResult<T> = ;