Struct v8_api::Api 
                   
                       [−]
                   
               [src]
pub struct Api {
    pub classes: Vec<Class>,
}A description of the V8 API.
Fields
classes: Vec<Class>
                           The classes that the API consists of.