.
This commit is contained in:
@@ -19,6 +19,9 @@ pub(crate) enum Error {
|
||||
#[error(transparent)]
|
||||
ParseInt(#[from] std::num::ParseIntError),
|
||||
|
||||
#[error(transparent)]
|
||||
Graph(#[from] gl_graph::Error),
|
||||
|
||||
#[error(transparent)]
|
||||
Search(#[from] gl_search::SearchError),
|
||||
|
||||
@@ -33,4 +36,4 @@ pub(crate) enum Error {
|
||||
|
||||
#[error(transparent)]
|
||||
Join(#[from] tokio::task::JoinError),
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user