pub async fn nft_handler<T>(
    __arg0: Path<String>,
    __arg1: State<Arc<T>>
) -> Responsewhere
    T: MetadataGenerator,
Expand description

Simple handler that consults the metadata generator, and returns EITHER the token metadata, or a 404