Struct rust_swig::Generator [] [src]

pub struct Generator { /* fields omitted */ }

Generator is a main point of rust_swig. It expands rust macroses and generates not rust code. It designed to use inside build.rs.

Methods

impl Generator
[src]

[src]

[src]

[src]

[src]

Add new foreign langauge type <-> Rust mapping

Trait Implementations

impl TTMacroExpander for Generator
[src]

Important traits for Box<W>
[src]

Auto Trait Implementations

impl !Send for Generator

impl !Sync for Generator