pub fn files() -> impl Iterator<Item = (&'static str, &'static [u8])>Expand description
Yield (relative_path, bytes) pairs for every bones/v1/*.proto
file shipped by this crate.
relative_path is the protoc-style import path consumers use
(bones/v1/pagination.proto, etc.). The order of the iterator is
stable but unspecified — consumers should not rely on it.