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

Required Methods

Implementors