pub type ConstArgument<'a> = Argument<'a, true>;
pub struct ConstArgument<'a> { /* private fields */ }