pub trait IsFrmIvalData {
    const TYPES: &'static [FrmIvalType];
}

Required Associated Constants§

source

const TYPES: &'static [FrmIvalType]

Implementors§