Skip to main content

load_record_bytes

Function load_record_bytes 

Source
pub fn load_record_bytes<B, M>(
    module: M,
    bytes: Vec<u8>,
    format: BurnRecordBytesFormat,
    precision: BurnRecordPrecision,
    device: &B::Device,
) -> Result<M, EngineError>
where B: Backend, M: Module<B>,
Expand description

Performs the load record bytes operation.