pub fn set_snapshot_author<S: BnStrCompatible>(
database: &Database,
snapshot: &Snapshot,
author: S,
) -> Result<(), ()>
Expand description
Set the remote author of a local snapshot (does not upload)
database
- Parent databasesnapshot
- Snapshot to editauthor
- Target author