p
Size: a a a
p
/
/
#![feature(min_const_generics)]
pub trait HardcodedPayload<const N: usize> {
const PAYLOAD: [u8; N];
fn test() {
let buf = [0u8; N];
if buf == Self::PAYLOAD {}
}
}
MB
p
H
/
/
p
p
D
p
p
SS
s
SS
AV
в🧇
в🧇
ok
∅ч
impl Commit<Request, Response> for reqwest::Client {
fn commit(&self, req: &Request) -> Response { ... }
}