fn take_descriptor_dst() -> Result<Vec<RawDescriptor>, &'static str>Expand description
Takes the thread local storage for descriptor serialization. Fails if there wasn’t a prior call
to init_descriptor_dst on this thread.
fn take_descriptor_dst() -> Result<Vec<RawDescriptor>, &'static str>Takes the thread local storage for descriptor serialization. Fails if there wasn’t a prior call
to init_descriptor_dst on this thread.