Trait chord_core::action::Data

source ·
pub trait Data: Sync + Send {
    fn to_value(&self) -> Value;
}

Required Methods

Implementors