Skip to main content

signature_to_tokens_with_crate

Function signature_to_tokens_with_crate 

Source
pub fn signature_to_tokens_with_crate(
    signature: &Signature,
    zv: &TokenStream,
) -> TokenStream
Expand description

Converts a parsed Signature to compile-time token representation with a custom crate path.

This function generates the Rust tokens that will construct the signature at compile time, using the provided crate path for zvariant.