Docs.rs
term-rustdoc-0.1.1
term-rustdoc 0.1.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
zjp-CN
Dependencies
bincode ^2.0.0-rc.3
normal
bytesize ^1
normal
cargo_toml ^0.19
normal
color-eyre ^0.6
normal
compact_str ^0.7
normal
constcat ^0.5
normal
crossterm ^0.27
normal
dirs ^5
normal
home ^0.5
normal
icu_segmenter ^1
normal
itertools ^0.12
normal
nucleo-matcher ^0.3
normal
public-api ^0.33
normal
pulldown-cmark ^0.10
normal
ratatui ^0.26.0
normal
rayon ^1
normal
redb ^1.5
normal
regex ^1
normal
rustc-hash ^1
normal
rustdoc-json ^0.8
normal
rustdoc-types ^0.24
normal
self_cell ^1
normal
semver ^1
normal
serde ^1
normal
serde_json ^1
normal
smallvec ^1.13
normal
syntect ^5.1
normal
tempfile ^3
normal
termtree ^0.4
normal
textwrap ^0.16
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
unicode-width ^0.1
normal
walkdir ^2
normal
xz2 ^0.1
normal
insta ^1
dev
similar-asserts ^1.5
dev
Versions
57.14%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
term_rustdoc
0.1.1
IdToID
Required Methods
into_ID
to_ID
Implementations on Foreign Types
&str
Id
String
Object Safety
Implementors
In term_rustdoc::tree
?
Trait
term_rustdoc
::
tree
::
IdToID
source
·
[
−
]
pub trait IdToID:
Sized
{ // Required methods fn
to_ID
(&self) ->
ID
;
fn
into_ID
(self) ->
ID
; }
Required Methods
§
source
fn
to_ID
(&self) ->
ID
source
fn
into_ID
(self) ->
ID
Object Safety
§
This trait is
not
object safe
.
Implementations on Foreign Types
§
source
§
impl
IdToID
for &
str
source
§
fn
to_ID
(&self) ->
ID
source
§
fn
into_ID
(self) ->
ID
source
§
impl
IdToID
for
String
source
§
fn
to_ID
(&self) ->
ID
source
§
fn
into_ID
(self) ->
ID
source
§
impl
IdToID
for
Id
source
§
fn
to_ID
(&self) ->
ID
source
§
fn
into_ID
(self) ->
ID
Implementors
§