Trait IntoValueAndType

Source
pub trait IntoValueAndType {
    // Required method
    fn into_value_and_type(self) -> ValueAndType;
}

Required Methods§

Implementors§