Docs.rs
envuse-parser-0.9.1
envuse-parser 0.9.1
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
JonDotsoy
Dependencies
serde ^1
normal
insta ^1.21.0
dev
Versions
2.11%
of the crate is documented
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
envuse_
parser
0.9.1
ToOptional
String
Required Methods
to_optional_string
Implementations on Foreign Types
&str
Option<T>
Implementors
In envuse_
parser::
envuse::
to_
optional_
string
envuse_parser
::
envuse
::
to_optional_string
Trait
ToOptionalString
Copy item path
Source
pub trait ToOptionalString { // Required method fn
to_optional_string
(self) ->
Option
<
String
>; }
Required Methods
§
Source
fn
to_optional_string
(self) ->
Option
<
String
>
Implementations on Foreign Types
§
Source
§
impl
ToOptionalString
for &
str
Source
§
fn
to_optional_string
(self) ->
Option
<
String
>
Source
§
impl<T:
ToString
>
ToOptionalString
for
Option
<T>
Source
§
fn
to_optional_string
(self) ->
Option
<
String
>
Implementors
§