//! Define the types for model metadata.
pubmodggml;pubmodpiper;#[cfg(feature ="whisper")]#[cfg_attr(docsrs,doc(cfg(feature ="whisper")))]pubmodwhisper;/// Base metadata trait
pubtraitBaseMetadata{fnmodel_name(&self)->&str;fnmodel_alias(&self)->&str;}