Searched defs:AllocatedExtension (Results 1 – 1 of 1) sorted by relevance
322 pub struct AllocatedExtension(Box<[u8]>); struct346 impl AllocatedExtension { implementation347 pub fn new(src: &[u8]) -> Result<AllocatedExtension, InvalidMethod> { in new()