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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
mybatis_
core
2.0.1
Option
ToResult
Required Methods
to_result
Implementations on Foreign Types
Option<T>
Implementors
In mybatis_
core::
error
mybatis_core
::
error
Trait
OptionToResult
Copy item path
Source
pub trait OptionToResult<T> { // Required method fn
to_result
(self, error_str: &
str
) ->
Result
<T>; }
Required Methods
§
Source
fn
to_result
(self, error_str: &
str
) ->
Result
<T>
Implementations on Foreign Types
§
Source
§
impl<T>
OptionToResult
<T> for
Option
<T>
Source
§
fn
to_result
(self, error_str: &
str
) ->
Result
<T>
Implementors
§