refactor: move Decode::accepts to Type::compatible

This commit is contained in:
Ryan Leckey
2020-06-18 15:57:51 -07:00
parent 5ac7601fe2
commit aaa475cc33
56 changed files with 543 additions and 509 deletions

View File

@@ -77,7 +77,7 @@ pub mod encode {
/// Provides [`Decode`](decode/trait.Decode.html) for decoding values from the database.
pub mod decode {
pub use sqlx_core::decode::{Decode, Result};
pub use sqlx_core::decode::Decode;
#[cfg(feature = "macros")]
#[doc(hidden)]