Struct v8_api::Arg
[−]
[src]
pub struct Arg {
pub name: String,
pub arg_type: Type,
}A method argument.
Fields
name: String
The argument name.
arg_type: Type
The type of the argument.