Docs.rs
mybatis-sql-1.0.8
mybatis-sql 1.0.8
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
Jzow
Dependencies
async-trait ^0.1
normal
base64 ^0.13
normal
dashmap ^4
normal
mybatis-core ^1.0.8
normal
mybatis-macro ^1.0.8
normal
once_cell ^1.9.0
normal
rbson ^2.0.3
normal
serde ^1
normal
Versions
26.35%
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_sql::error
?
Trait
mybatis_sql
::
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