Trait Query
Other items inkdbplus::ipc
pub trait Query: Send + Sync { fn serialize(&self, message_type: u8) -> Vec<u8>; }
Feature of query object.
fn serialize(&self, message_type: u8) -> Vec<u8>
Serialize into q IPC bytes including a header (encoding, message type, compresssion flag and total message length).
message_type
qmsg_type::asynchronous
qmsg_type::synchronous
qmsg_type::response
impl Query for &str
Text query.
impl Query for K