fix(ug-parser): impl Default for UgTabFetcher
This commit is contained in:
@@ -11,6 +11,12 @@ impl UgTabFetcher {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
impl Default for UgTabFetcher {
|
||||||
|
fn default() -> Self {
|
||||||
|
Self::new()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#[async_trait]
|
#[async_trait]
|
||||||
impl TabFetcherPort for UgTabFetcher {
|
impl TabFetcherPort for UgTabFetcher {
|
||||||
async fn fetch(&self, source: TabSource) -> Result<String, FetchError> {
|
async fn fetch(&self, source: TabSource) -> Result<String, FetchError> {
|
||||||
|
|||||||
Reference in New Issue
Block a user