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