Function na::try_convert[][src]

pub fn try_convert<From, To>(t: From) -> Option<To> where
    From: SupersetOf<To>, 

Attempts to convert an object to a more specific one.

See also convert for conversion to more general types.

See also: