Skip to main content

try_into

Function try_into 

Source
pub fn try_into<Dst: TryFrom<Src>, Src>(src: Src) -> Result<Dst>