Struct foxbox_taxonomy::services::Getter  
            
                [−]
            
        [src]
pub struct Getter {
    pub kind: ChannelKind,
    pub updated: Option<TimeStamp>,
}A getter operation available on a channel.
Fields
kind | The kind of value that can be obtained from this channel.  | 
updated | Date at which the latest value was received, whether through polling or through a trigger.  |