GhostFn

Type Alias GhostFn 

Source
pub type GhostFn<I, O> = FnSpec<(I,), O>;
Expand description

Alias for Verus’s spec function type.

Aliased Type§

pub struct GhostFn<I, O> { /* private fields */ }