pub trait ECSFields {
    // Required method
    fn into(&self) -> Value;
}

Required Methods§

source

fn into(&self) -> Value

Implementors§