Struct cpp_common::RustInvocation[][src]

pub struct RustInvocation {
    pub begin: usize,
    pub end: usize,
    pub id: Ident,
    pub return_type: Option<String>,
    pub arguments: Vec<(String, String)>,
}

Fields

Auto Trait Implementations