[][src]Type Definition internet2::presentation::encoding::UnmarshallFn

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