Skip to content

Commit

Permalink
Minor Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
amigin committed Dec 17, 2024
1 parent 30784ee commit 3df292c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/errors/fl_url_error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ impl FlUrlError {
_ => false,
}
}

pub fn to_string(&self) -> String {
format!("{:?}", self)
}
}

impl From<my_tls::tokio_rustls::rustls::Error> for FlUrlError {
Expand Down

0 comments on commit 3df292c

Please sign in to comment.