pub type PreviewResult = Completion<PreviewKey, PreparedPreview>;Expand description
The terminal result of a preview request.
Aliased Type§
pub struct PreviewResult {
pub ticket: Ticket<PreviewKey>,
pub outcome: Outcome<PreparedPreview>,
}Fields§
§ticket: Ticket<PreviewKey>§outcome: Outcome<PreparedPreview>