Trait napi_derive_backend::codegen::TryToTokens  
source · [−]pub trait TryToTokens {
    fn try_to_tokens(&self, tokens: &mut TokenStream) -> BindgenResult<()>;
    fn try_to_token_stream(&self) -> BindgenResult<TokenStream> { ... }
}