Function base::descriptor_reflection::push_descriptor
source · fn push_descriptor(rd: RawDescriptor) -> Result<usize, &'static str>
Expand description
Pushes a descriptor on the thread local destination of descriptors, returning the index in which the descriptor was pushed. Returns Err if the thread local destination was not already initialized.