subotai::SubotaiResult [] [src]

type SubotaiResult<T> = Result<T, SubotaiError>;

Custom result type over SubotaiError.