Docs.rs
mcfunction-debugger-1.0.2
mcfunction-debugger 1.0.2
Docs.rs crate page
GPL-3.0-or-later
Links
Repository
crates.io
Source
Owners
Adrodoc
Dependencies
clap ^2
normal
futures ^0.3
normal
hematite-nbt ^0.5
normal
log ^0.4
normal
minect ^0.1
normal
multimap ^0.8
normal
serde ^1
normal
serde_json ^1
normal
simple_logger ^4
normal
tokio ^1
normal
walkdir ^2
normal
serial_test ^1
dev
walkdir ^2
build
Versions
0.32%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Map0
Required Associated Types
Output
Required Methods
map0
Implementations on Foreign Types
(T0, T1)
Implementors
In mcfunction_debugger::utils
?
Trait
mcfunction_debugger
::
utils
::
Map0
source
·
[
−
]
pub trait Map0<T0, R0> { type
Output
; fn
map0
<F:
Fn
(T0) -> R0>(self, map: F) -> Self::
Output
; }
Required Associated Types
§
source
type
Output
Required Methods
§
source
fn
map0
<F:
Fn
(T0) -> R0>(self, map: F) -> Self::
Output
Implementations on Foreign Types
§
source
§
impl<T0, T1, R0>
Map0
<T0, R0> for
(T0, T1)
§
type
Output
=
(R0, T1)
source
§
fn
map0
<F:
Fn
(T0) -> R0>(self, map: F) -> Self::
Output
Implementors
§