zng_wgt_dataTrait DataNoteValue
source pub trait DataNoteValue:
Debug
+ Display
+ Send
+ Sync
+ Any {
// Required method
fn as_any(&self) -> &dyn Any;
}
Expand description
Represents a DataNote
value.
§Trait Alias
This trait is used like a type alias for traits and is
already implemented for all types it applies to.
/// Access to dyn Any
methods.