pub type DiffReviewEvent = DiffReviewEvent;Expand description
Review event emitted to the embedding host.
Aliased Type§
pub enum DiffReviewEvent {
RepositoryAction(RepositoryAction),
SetScope(DiffScope),
Refresh,
SubmitReview(ReviewSubmission),
CopyFormattedReview(String),
Cancel,
}