23d8e1d4e0
while filling the Parameter fields as &'static we cannot really make use of the get_type_info() yet because it would need to be a `const fn` (possible via #!feature(const_fn)), so for now we store the method pointer until `const_fn` is stable Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>