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
begin: usize
end: usize
id: Ident
return_type: Option<String>
arguments: Vec<(String, String)>
Auto Trait Implementations
impl Send for RustInvocation
impl Send for RustInvocationimpl Sync for RustInvocation
impl Sync for RustInvocation