[][src]Type Definition lnpbp::lnp::presentation::UnmarshallFn

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