pub trait CustomDisplayContext<'a>: Default + Copy {
    type CustomExtension: FormattableCustomExtension<CustomDisplayContext<'a> = Self>;
}

Required Associated Types§

source

type CustomExtension: FormattableCustomExtension<CustomDisplayContext<'a> = Self>

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<'a> CustomDisplayContext<'a> for ()

Implementors§