Function solang_parser::box_option[][src]

pub fn box_option<T>(o: Option<T>) -> Option<Box<T>>