Function encode_and_decode
pub fn encode_and_decode(obj: BlockNumberAddress) -> (usize, BlockNumberAddress)
Expand description
Encodes and decodes table types returning its encoded size and the decoded object. This method is used for benchmarking, so its parameter should be the actual type that is being tested.