forked from the-distro/ofborg
StepResult: make public
This commit is contained in:
parent
d9d3ac5fcb
commit
3b4117e6eb
|
@ -24,7 +24,7 @@ pub trait EvaluationStrategy {
|
|||
) -> StepResult<Vec<BuildJob>>;
|
||||
}
|
||||
|
||||
type StepResult<T> = Result<T, Error>;
|
||||
pub type StepResult<T> = Result<T, Error>;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum Error {
|
||||
|
|
Loading…
Reference in a new issue