[][src]Function lokacore::cast

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

Cast T into U

Panics

This is try_cast with an unwrap.