pub fn serialize_box<S>( op: &Box<dyn OpTrait>, serializer: S, ) -> Result<S::Ok, S::Error>where S: Serializer,