Snapshow of match variant.

This commit is contained in:
Jacob Hoffman-Andrews
2020-11-26 10:13:45 -08:00
committed by Martin Algesten
parent 33066fb074
commit d267dffde1
2 changed files with 33 additions and 9 deletions

View File

@@ -44,7 +44,7 @@ pub struct Error {
message: Option<String>,
url: Option<Url>,
source: Option<Box<dyn error::Error + Send + Sync + 'static>>,
response: Option<Response>,
pub response: Option<Response>,
}
impl Display for Error {