pub type Result<T, E> = Result<T, Error<E>>;
A specialized Result type for libcnb.
This type is broadly used across libcnb for any operation which may produce an error.