Docs.rs
beetry-plugin-0.2.0
beetry-plugin 0.2.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
skullim
Dependencies
anyhow ^1.0.102
normal
beetry-channel ^0.2.0
normal
beetry-core ^0.2.0
normal
beetry-editor-types ^0.2.0
normal
beetry-macros ^0.2.0
normal
beetry-message ^0.2.0
normal
bon ^3.9.1
normal
inventory ^0.3.21
normal
mitsein ^0.9.0
normal
serde ^1.0.228
normal
serde-value ^0.7.0
normal
thiserror ^2.0.18
normal
type_hash ^0.3.0
dev
Versions
22.73%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
Named
beetry_
plugin
0.2.0
Named
Required Methods
name
Implementations on Foreign Types
ChannelSpec
NodeSpec
Implementors
In crate beetry_
plugin
beetry_plugin
Trait
Named
Copy item path
Source
pub trait Named { // Required method fn
name
(&self) -> &
str
; }
Required Methods
§
Source
fn
name
(&self) -> &
str
Implementations on Foreign Types
§
Source
§
impl
Named
for
ChannelSpec
Source
§
fn
name
(&self) -> &
str
Source
§
impl
Named
for
NodeSpec
Source
§
fn
name
(&self) -> &
str
Implementors
§