Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
134
struct Bounds(Punctuated<WherePredicate, Comma>);
135
136
impl Parse for Bounds {
137
fn parse(input: ParseStream<'_>) -> Result<Self> {
Callers
1
parse_meta
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected