Trait iso8583::iso_msg::IsoSpecs [] [src]

pub trait IsoSpecs {
    fn get_handle(&self) -> &Vec<IsoField>;
}

IsoSpecs Interface This defines the Iso8583 message format

Required Methods

Implementors