Function deserialize_code

Source
pub fn deserialize_code<R, Bag>(
    rdr: &mut R,
    bag: Bag,
) -> Result<CodeObject<<Bag as ConstantBag>::Constant>, MarshalError>
where R: Read, Bag: ConstantBag,