Trait CuMetadataTrait

pub trait CuMetadataTrait {
    // Required methods
    fn process_time(&self) -> PartialCuTimeRange;
    fn status_txt(&self) -> &CuCompactString;
}
Expand description

Key metadata piece attached to every message in Copper.

Required Methods§

fn process_time(&self) -> PartialCuTimeRange

The time range used for the processing of this message

fn status_txt(&self) -> &CuCompactString

Small status text for user UI to get the realtime state of task (max 24 chrs)

Implementors§