Docs.rs
mybatis-core-2.0.1
mybatis-core 2.0.1
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
Jzow
Dependencies
base64 ^0.13.0
normal
bigdecimal ^0.2.0
normal
bit-vec ^0.6
normal
optional
chrono ^0.4
normal
hex ^0.4
normal
ipnetwork ^0.19
normal
lazy_static ^1.4
normal
log ^0.4
normal
rbson ^2.0.4
normal
serde ^1
normal
serde_json ^1
normal
sqlx-core ^0.5
normal
optional
time ^0.2.16
normal
uuid ^0.8
normal
Versions
22.5%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
mybatis_
core
2.0.1
Module error
Module Items
Enums
Traits
Type Aliases
In crate mybatis_
core
mybatis_core
Module
error
Copy item path
Source
Expand description
Errorand Result types.
Enums
§
Error
A generic error that represents all the ways a method can fail inside of mybatis::core.
Traits
§
Option
ToResult
Type Aliases
§
Result
A specialized
Result
type for mybatis::core.