Home
last modified time | relevance | path

Searched defs:AllocatedExtension (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/http/src/
Dmethod.rs322 pub struct AllocatedExtension(Box<[u8]>); struct
346 impl AllocatedExtension { implementation
347 pub fn new(src: &[u8]) -> Result<AllocatedExtension, InvalidMethod> { in new()