Type Definition public_ip::Details[][src]

pub type Details = Box<dyn Any + Send + Sync + 'static>;
Expand description

The details of a resolution.

The internal details can be downcasted through Any.