File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ pub trait TaskRequestExt {
2727 where
2828 C : Api ;
2929
30- fn get_config < C > (
30+ fn get_site_configuration < C > (
3131 & self ,
3232 client : & C ,
3333 ) -> impl Future < Output = Result < SiteConfiguration , Error > > + Send + Sync
@@ -72,7 +72,7 @@ impl TaskRequestExt for TaskRequest {
7272 super :: get_embedded ( "targetBands" , & self . links , client) . await
7373 }
7474
75- async fn get_config < C > ( & self , client : & C ) -> Result < SiteConfiguration , Error >
75+ async fn get_site_configuration < C > ( & self , client : & C ) -> Result < SiteConfiguration , Error >
7676 where
7777 C : Api ,
7878 {
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ pub trait TaskExt {
1717 where
1818 C : Api ;
1919
20- fn get_config < C > (
20+ fn get_site_configuration < C > (
2121 & self ,
2222 client : & C ,
2323 ) -> impl Future < Output = Result < SiteConfiguration , Error > > + Send + Sync
@@ -41,7 +41,7 @@ impl TaskExt for Task {
4141 super :: get_item ( "taskRequest" , & self . links , client) . await
4242 }
4343
44- async fn get_config < C > ( & self , client : & C ) -> Result < SiteConfiguration , Error >
44+ async fn get_site_configuration < C > ( & self , client : & C ) -> Result < SiteConfiguration , Error >
4545 where
4646 C : Api ,
4747 {
You can’t perform that action at this time.
0 commit comments