Crate toasty_core
toasty_
core
0.1.0
All Items
Crate Items
Re-exports
Modules
Macros
Structs
Type Aliases
Attribute Macros
Crate
toasty_
core
Copy item path
Source
Re-exports
§
pub use driver::
Connection
;
pub use schema::
Schema
;
Modules
§
driver
schema
stmt
Macros
§
path
Structs
§
Error
An error that can occur in Toasty.
Type Aliases
§
Result
A Result type alias that uses Toasty’s
Error
type.
Attribute Macros
§
async_
trait