-
Notifications
You must be signed in to change notification settings - Fork 574
Open
Description
rustc 1.89.0-nightly (be19eda0d 2025-06-22)
[dependencies]
prost = "0.14.1"
prost-types = "0.14.1"
[build-dependencies]
prost-build = "0.14.1"
Expanded code
impl ::prost::Message for MarketOrderIdList {
#[allow(unused_variables)]
fn encode_raw(&self, buf: &mut impl ::prost::bytes::BufMut) {
if self.head != b"".to_vec() {
::prost::encoding::bytes::encode(1u32, &self.head, buf);
}
if self.tail != b"".tov {
::prost::encoding::bytes::encode(2u32, &self.tail, buf);
}
}
non-primitive cast: &'static [u8; 0]
as `&[u8]
Metadata
Metadata
Assignees
Labels
No labels