Skip to main content

TerminalReviewFuture

Type Alias TerminalReviewFuture 

Source
pub type TerminalReviewFuture<'a> = AgentFuture<'a, Result<TerminalReviewVerdict, TerminalReviewError>>;
Expand description

Future returned by a terminal reviewer.

Aliased Typeยง

#[repr(transparent)]
pub struct TerminalReviewFuture<'a> { /* private fields */ }