Skip to main content

ValType

Type Alias ValType 

Source
pub type ValType<O, A> = <O as ValueExpr<A>>::Output;
Expand description

Get a ValueExpr’s output type.