Type Definition build_details::error::Result[][src]

type Result<T> = StdResult<T, Error>;

Wrapper of [::std::result::Result<T, E>].