Skip to content

Commit

Permalink
Add comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodnighttw committed Jul 17, 2024
1 parent bec617e commit 957019f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reginleif/src/metadata/client/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ pub struct VersionDetails<T> where T:BaseStorePoint{
}

impl <T> VersionDetails<T> where T:BaseStorePoint+Clone{
/// Fetch the version details from the server.
pub async fn fetch(base_on:&T, client: Client, base_url:&str, uid:&str, version_info: &VersionInfo) -> anyhow::Result<Self>{
Self::builder()
.base_on(base_on)
Expand Down

0 comments on commit 957019f

Please sign in to comment.