We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
RealStr
1 parent 148595a commit 54d1ab1Copy full SHA for 54d1ab1
1 file changed
diesel/src/lib.rs
@@ -186,6 +186,9 @@ pub use diesel_derives::*;
186
#[doc(hidden)]
187
pub type RealBool = bool;
188
189
+#[doc(hidden)]
190
+pub type RealStr = &'static str;
191
+
192
pub mod dsl {
193
//! Includes various helper types and bare functions which are named too
194
//! generically to be included in prelude, but are often used when using Diesel.
0 commit comments