1// This is free and unencumbered software released into the public domain. 2 3use crate::Named; 4use core::fmt::Debug; 5 6pub trait ModelManifest: Named + Debug {}