[][src]Function lokacore::cast

pub fn cast<A: Pod, B: Pod>(a: A) -> B

As try_cast, but unwraps the result for you.