Type Definition internet2::UnmarshallFn[][src]

pub type UnmarshallFn<E> = fn(reader: &mut dyn Read) -> Result<Arc<dyn Any>, E>;