Struct v8_api::Api [] [src]

pub struct Api {
    pub classes: Vec<Class>,
}

A description of the V8 API.

Fields

The classes that the API consists of.

Trait Implementations

impl Debug for Api
[src]

Formats the value using the given formatter.

impl Display for Api
[src]

Formats the value using the given formatter.