Trait IntoFrcValue

Source
pub trait IntoFrcValue {
    // Required method
    fn into_frc_value(self) -> FrcValue;
}

Required Methods§

Implementors§