Docs.rs
nu-source-0.44.0
nu-source 0.44.0
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
sophiajt
Dependencies
derive-new ^0.5.8
normal
getset ^0.1.1
normal
pretty ^0.5.2
normal
serde ^1.0
normal
termcolor ^1.1.2
normal
Versions
25%
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
nu_
source
0.44.0
HasTag
Required Methods
tag
Implementors
In crate nu_
source
nu_source
Trait
HasTag
Copy item path
Source
pub trait HasTag { // Required method fn
tag
(&self) ->
Tag
; }
Required Methods
§
Source
fn
tag
(&self) ->
Tag
Get the associated metadata
Implementors
§
Source
§
impl<T>
HasTag
for
Tagged
<T>