Docs.rs
mybatis-core-1.0.8
mybatis-core 1.0.8
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
chrono ^0.4
normal
hex ^0.4
normal
ipnetwork ^0.17
normal
lazy_static ^1.4
normal
log ^0.4
normal
rbson ^2.0.3
normal
serde ^1
normal
serde_json ^1
normal
sqlx-core ^0.5
normal
time ^0.2.16
normal
uuid ^0.8
normal
Versions
22.5%
of the crate is documented
Go to latest version
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
☰
OptionToResult
Required Methods
to_result
Implementations on Foreign Types
Option<T>
Implementors
In mybatis_core::error
?
Trait
mybatis_core
::
error
::
OptionToResult
source
·
[
−
]
pub trait OptionToResult<T> { 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