Struct v8_api::Arg [] [src]

pub struct Arg {
    pub name: String,
    pub arg_type: Type,
}

A method argument.

Fields

The argument name.

The type of the argument.

Trait Implementations

impl Debug for Arg
[src]

Formats the value using the given formatter.

impl Display for Arg
[src]

Formats the value using the given formatter.