Docs.rs
mdsn-0.2.24
mdsn 0.2.24
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
zitsen
AdamEECS
sheyanjie-qq
Dependencies
itertools ^0.11.0
normal
lazy_static ^1.4.0
normal
pest ^2.1
normal
optional
pest_derive ^2.1
normal
optional
regex ^1
normal
thiserror ^1.0.47
normal
urlencoding ^2.1.0
normal
Versions
27.03%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
mdsn
0.2.24
IntoDsn
Required Methods
into_dsn
Implementations on Foreign Types
&String
&str
String
Implementors
In crate mdsn
?
Settings
Trait
mdsn
::
IntoDsn
Copy item path
source
·
[
−
]
pub trait IntoDsn { // Required method fn
into_dsn
(self) ->
Result
<
Dsn
,
DsnError
>; }
Required Methods
§
source
fn
into_dsn
(self) ->
Result
<
Dsn
,
DsnError
>
Implementations on Foreign Types
§
source
§
impl
IntoDsn
for &
str
source
§
fn
into_dsn
(self) ->
Result
<
Dsn
,
DsnError
>
source
§
impl
IntoDsn
for &
String
source
§
fn
into_dsn
(self) ->
Result
<
Dsn
,
DsnError
>
source
§
impl
IntoDsn
for
String
source
§
fn
into_dsn
(self) ->
Result
<
Dsn
,
DsnError
>
Implementors
§
source
§
impl
IntoDsn
for &
Dsn
source
§
impl
IntoDsn
for
Dsn