get_mlist_const

Function get_mlist_const 

Source
pub fn get_mlist_const<T>(
    root: RootObjectPtr,
    name: &str,
) -> Option<Option<MListPtr<T>>>
where T: From<MItemPtr>,