pub trait Collation:
QueryId
+ Clone
+ Send
+ Sync
+ 'static { }Expand description
Trait to identify a valid collation.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementors§
impl Collation for Binary
Available on crate feature
__sqlite-shared only.impl Collation for C
Available on crate feature
postgres_backend only.impl Collation for Custom
impl Collation for NoCase
Available on crate feature
__sqlite-shared only.impl Collation for Posix
Available on crate feature
postgres_backend only.impl Collation for RTrim
Available on crate feature
__sqlite-shared only.