Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCrypto/utils
/ parse
Method
parse
zeroize_derive/src/lib.rs:137–139 ·
view source on GitHub ↗
(input: ParseStream<'_>)
Source
from the content-addressed store, hash-verified
135
136
impl Parse for Bounds {
137
fn parse(input: ParseStream<'_>) -> Result<Self> {
138
Ok(Self(Punctuated::parse_terminated(input)?))
139
}
140
}
141
142
struct BoundAccumulator<'a> {
Callers
1
parse_meta
Method · 0.45
Calls
3
default
Function · 0.85
attr_skip
Function · 0.85
parse_attr
Method · 0.80
Tested by
no test coverage detected