ConstArgument

Type Alias ConstArgument 

Source
pub type ConstArgument<'a> = Argument<'a, true>;

Aliased Typeยง

pub struct ConstArgument<'a> { /* private fields */ }