Trait rustdoc::html::render::write_shared::CciPart

source ·
trait CciPart:
    Sized
    + Display
    + DeserializeOwned
    + 'static {
    type FileFormat: FileFormat;

    // Required method
    fn from_crate_info(crate_info: &CrateInfo) -> &PartsAndLocations<Self>;
}
Expand description

Wrapper trait for Part<T, U>

Required Associated Types§

source

type FileFormat: FileFormat

Identifies the file format of the cross-crate information

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§