You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//! With default configuration, `lib.rs` must include the following lines for reflection.
16
+
//! Either [`Builder::descriptor_pool`] or [`Builder::file_descriptor_set_bytes`] must be set to an expression giving the implementation access to descriptors.
17
+
//! For example when using `descriptor_pool` a static instance of [`DescriptorPool`] must be available:
0 commit comments