Function base::descriptor_reflection::init_descriptor_dst
source · fn init_descriptor_dst() -> Result<(), &'static str>
Expand description
Initializes the thread local storage for descriptor serialization. Fails if it was already
initialized without an intervening take_descriptor_dst
on this thread.