Docs.rs
algosul-core-0.0.5
algosul-core 0.0.5
Permalink
Docs.rs crate page
AGPL-3.0-only
Links
Homepage
Repository
crates.io
Source
Owners
algosul
Dependencies
glob ^0.3.2
normal
optional
proc-macro2 ^1.0.95
normal
optional
quote ^1.0.40
normal
optional
syn ^2.0.104
normal
optional
unicode-xid ^0.2.6
normal
optional
Versions
4.92%
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
algosul_
core
0.0.5
MapTo
Arg
Required Methods
map_to_arg
Implementations on Foreign Types
Cow<'a, S>
Implementors
In algosul_
core::
utils::
std
algosul_core
::
utils
::
std
Trait
MapToArg
Copy item path
Source
pub trait MapToArg<'b> { // Required method fn
map_to_arg
(self) ->
Cow
<'b,
OsStr
>; }
Required Methods
§
Source
fn
map_to_arg
(self) ->
Cow
<'b,
OsStr
>
Implementations on Foreign Types
§
Source
§
impl<'a: 'b, 'b, S>
MapToArg
<'b> for
Cow
<'a, S>
where S: ?
Sized
+
ToOwned
+
AsRef
<
OsStr
> + 'a, S::
Owned
:
Into
<
OsString
>,
Source
§
fn
map_to_arg
(self) ->
Cow
<'b,
OsStr
>
Implementors
§