mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-29 21:00:54 +00:00
5 lines
87 B
Rust
5 lines
87 B
Rust
pub use sqlx_core::decode::*;
|
|
|
|
#[cfg(feature = "macros")]
|
|
pub use sqlx_macros::Decode;
|