Crate toasty_core

Crate toasty_core 

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