start writing some documentation for newcomers

This commit is contained in:
Tamo 2021-07-27 16:01:06 +02:00
parent dd18319b44
commit 1a1046a0ef
No known key found for this signature in database
GPG key ID: 20CD8020AFA88D69
2 changed files with 41 additions and 1 deletions

View file

@ -37,7 +37,7 @@ pub trait DumpActorHandle {
async fn create_dump(&self) -> Result<DumpInfo>;
/// Return the status of an already created dump
/// Implementation: [handle_impl::DumpActorHandleImpl::dump_status]
/// Implementation: [handle_impl::DumpActorHandleImpl::dump_info]
async fn dump_info(&self, uid: String) -> Result<DumpInfo>;
}