Docs.rs
nuit-core-0.0.5
nuit-core 0.0.5
Docs.rs crate page
GPL-3.0-or-later
Links
Homepage
crates.io
Source
Owners
fwcd
Dependencies
ref-cast ^1.0
normal
serde ^1.0
normal
serde_json ^1.0
normal
Versions
50%
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
nuit_
core
0.0.5
HasId
Required Methods
id
Implementations on Foreign Types
String
usize
Implementors
In crate nuit_
core
Trait
nuit_core
::
HasId
Copy item path
source
·
[
−
]
pub trait HasId { // Required method fn
id
(&self) ->
Id
; }
Required Methods
§
source
fn
id
(&self) ->
Id
Implementations on Foreign Types
§
source
§
impl
HasId
for
usize
source
§
fn
id
(&self) ->
Id
source
§
impl
HasId
for
String
source
§
fn
id
(&self) ->
Id
Implementors
§