Trait napi_derive_backend::codegen::TryToTokens[][src]

pub trait TryToTokens {
    fn try_to_tokens(&self, tokens: &mut TokenStream) -> BindgenResult<()>;

    fn try_to_token_stream(&self) -> BindgenResult<TokenStream> { ... }
}

Required methods

Provided methods

Implementors