pub trait AsImr {
    type Imr;

    fn as_imr(&self) -> Self::Imr;
}
Expand description

Trait for converting a hmr type into a imr one

Required Associated Types

Imr type to convert to

Required Methods

Convert to imr type

Implementations on Foreign Types

Index’s data

MaxLength’s data

Choices’ data

Implementors