Function na::is_convertible

source ·
pub fn is_convertible<From, To>(t: &From) -> boolwhere
    From: SupersetOf<To>,
Expand description

Indicates if try_convert will succeed without actually performing the conversion.

See also: