Docs.rs
hdfs-client-0.1.0
hdfs-client 0.1.0
Docs.rs crate page
Links
crates.io
Source
Owners
PrivateRookie
Dependencies
crc ^3.0.1
normal
file-mode ^0.1.2
normal
hdfs-types ^0.1.0
normal
prost ^0.12.1
normal
socket2 ^0.5.5
normal
thiserror ^1.0.38
normal
time ^0.3.19
normal
tonic ^0.10.2
normal
tracing ^0.1.37
normal
uuid ^1.3.0
normal
valuable ^0.1.0
normal
clap ^4
dev
tracing-subscriber ^0.3.18
dev
Versions
1.43%
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
☰
hdfs_client
0.1.0
ToNameNodes
Required Methods
to_name_nodes
Implementations on Foreign Types
&[S]
&str
(A, B)
Vec<String>
Implementors
In crate hdfs_client
?
Trait
hdfs_client
::
ToNameNodes
source
·
[
−
]
pub trait ToNameNodes { // Required method fn
to_name_nodes
(self) ->
Vec
<
String
>; }
Required Methods
§
source
fn
to_name_nodes
(self) ->
Vec
<
String
>
Implementations on Foreign Types
§
source
§
impl
ToNameNodes
for &
str
source
§
fn
to_name_nodes
(self) ->
Vec
<
String
>
source
§
impl
ToNameNodes
for
Vec
<
String
>
source
§
fn
to_name_nodes
(self) ->
Vec
<
String
>
source
§
impl<A:
ToString
, B:
ToString
>
ToNameNodes
for
(A, B)
source
§
fn
to_name_nodes
(self) ->
Vec
<
String
>
source
§
impl<S:
ToString
>
ToNameNodes
for &
[S]
source
§
fn
to_name_nodes
(self) ->
Vec
<
String
>
Implementors
§