make UpstreamError pub
This commit is contained in:
parent
70b7e61745
commit
c776f09026
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ impl FromFsStream {
|
|||
}
|
||||
|
||||
/// Represents some upstream error.
|
||||
struct UpstreamError;
|
||||
pub struct UpstreamError;
|
||||
|
||||
impl Stream for FromFsStream {
|
||||
type Item = Result<Bytes, UpstreamError>;
|
||||
|
|
Loading…
Reference in a new issue