MCPcopy Create free account
hub / github.com/RustCrypto/utils / Bounds

Class Bounds

zeroize_derive/src/lib.rs:134–134  ·  view source on GitHub ↗

Parsing helper for custom bounds

Source from the content-addressed store, hash-verified

132
133/// Parsing helper for custom bounds
134struct Bounds(Punctuated<WherePredicate, Comma>);
135
136impl Parse for Bounds {
137 fn parse(input: ParseStream<'_>) -> Result<Self> {

Callers 1

parse_metaMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected