pub trait SuotarRequestItem: Serialize {
// Required method
fn request_item_id(&self) -> &str;
}Expand description
Sent verbatim from credit_registrations.request_item_id; Suotar echoes it back, which is what
makes a reordered or partial response safe to read.
Required Methods§
fn request_item_id(&self) -> &str
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.