(&self)
| 87 | |
| 88 | #[inline] |
| 89 | pub fn new_struct<S: ty::Struct>(&self) -> Orphan<'a, Struct<S>, T> { |
| 90 | self.try_new_struct::<S>() |
| 91 | .expect("failed to allocate struct") |
| 92 | } |
| 93 | |
| 94 | #[inline] |
| 95 | pub fn try_new_any_struct(&self, size: StructSize) -> Result<Orphan<'a, AnyStruct, T>> { |
nothing calls this directly
no outgoing calls
no test coverage detected