pub trait MeaningfulContent {
// Required method
fn has_content(&self) -> bool;
}Expand description
Trait for checking if data has meaningful content
pub trait MeaningfulContent {
// Required method
fn has_content(&self) -> bool;
}Trait for checking if data has meaningful content