Skip to main content

typed_load

Function typed_load 

Source
pub(crate) fn typed_load<B>(
    b: &mut B,
    offset: usize,
    field_type: FieldType,
) -> EvalValueAbstract<B>
where B: RotationBackend,