pub trait IntoField {
    fn into_field(self) -> Field;
}

Required Methods

Implementations on Foreign Types

Implementors