pub trait StashStatus {
// Required method
fn stashed_messages(&self) -> usize;
}Expand description
Semantic observation of the outermost composed stash, independent of its structural nesting depth.
Required Methods§
fn stashed_messages(&self) -> usize
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".