Struct napi_derive_backend::ast::CallbackArg [−][src]
Fields
pat: Box<Pat>
args: Vec<Type>
ret: Option<Type>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CallbackArg
impl !Send for CallbackArg
impl !Sync for CallbackArg
impl Unpin for CallbackArg
impl UnwindSafe for CallbackArg
Blanket Implementations
Mutably borrows from an owned value. Read more