Function codes_common::default_init

source ·
pub fn default_init<T>() -> Result<T, Box<dyn Error>>where
    T: Default,