Skip to main content

TurnReviewFuture

Type Alias TurnReviewFuture 

Source
pub type TurnReviewFuture<'a> = AgentFuture<'a, Result<TurnReviewVerdict, TurnReviewError>>;
Expand description

Future returned by an internal turn reviewer.

Aliased Typeยง

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