app-store-server-library 6.0.0

The Rust server library for the App Store Server API, App Store Server Notifications and Advanced Commerce API
Documentation
1
2
3
4
use serde::Serialize;

/// Trait for Advanced Commerce in-app requests
pub trait AdvancedCommerceInAppRequest: Serialize {}