pub trait LiveIdAsProp { // Required methods fn as_field(&self) -> LiveProp; fn as_instance(&self) -> LiveProp; }