Skip to main content

const_value_bytes

Function const_value_bytes 

Source
pub fn const_value_bytes<'tcx>(
    tcx: TyCtxt<'tcx>,
    value: ConstValue,
    depth: usize,
) -> Option<Vec<u8>>
Expand description

Extract raw bytes from a ConstValue, following reference indirection.