Docs.rs
mybatis-sql-2.0.1
mybatis-sql 2.0.1
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
Jzow
Dependencies
async-trait ^0.1
normal
base64 ^0.13
normal
dashmap ^5
normal
mybatis-core ^2.0.0
normal
mybatis-macro ^2.0.2
normal
once_cell ^1.9.0
normal
rbson ^2.0.4
normal
serde ^1
normal
Versions
26.35%
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_
sql
2.0.1
Option
ToResult
Required Methods
to_result
Implementations on Foreign Types
Option<T>
Implementors
In mybatis_
sql::
error
mybatis_sql
::
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
§