MCPcopy 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
136impl Parse for Bounds {
137 fn parse(input: ParseStream<'_>) -> Result<Self> {
138 Ok(Self(Punctuated::parse_terminated(input)?))
139 }
140}
141
142struct BoundAccumulator<'a> {

Callers 1

parse_metaMethod · 0.45

Calls 3

defaultFunction · 0.85
attr_skipFunction · 0.85
parse_attrMethod · 0.80

Tested by

no test coverage detected