Trait rustdoc::html::render::sorted_template::FileFormat
source · pub(crate) trait FileFormat {
const COMMENT_START: &'static str;
const COMMENT_END: &'static str;
const SEPARATOR: &'static str;
}
Required Associated Constants§
const COMMENT_START: &'static str
const COMMENT_END: &'static str
const SEPARATOR: &'static str
Object Safety§
This trait is not object safe.