paddle-rust-sdk-types 0.1.0

Paddle Rust SDK Types (Unofficial)
Documentation
1
2
3
4
5
use serde::{Serialize, de::DeserializeOwned};

pub trait ReportType: Serialize {
    type FilterName: Serialize + DeserializeOwned;
}