jquants_api_client/api/shared/
traits.rs

1//! Shared traits for the APIs.
2
3pub mod builder;
4pub mod pagination;