pub type GitOutcome = Result<Record<Root>, AtomTag>;
The Outcome of an Atom publish attempt to a Git store.
pub enum GitOutcome { Ok(Record<Root>), Err(AtomTag), }
Contains the success value
Contains the error value