Struct kailua_types::ty::Displayed [] [src]

pub struct Displayed<'b, T: Display + 'b, C> { /* fields omitted */ }

A fmt_displayed wrapper for a particular context (&DisplayState or &TypeContext).

Methods

impl<'b, 'c, T: Display + 'b> Displayed<'b, T, &'c TypeContext>
[src]

Trait Implementations

impl<'b, 'c, 'd, T: Display + 'b> Display for Displayed<'b, T, &'c DisplayState<'d>>
[src]

Formats the value using the given formatter. Read more

impl<'b, 'c, T: Display + 'b> Localize for Displayed<'b, T, &'c TypeContext>
[src]

impl<'b, T: Display + Debug + 'b, C> Debug for Displayed<'b, T, C>
[src]

Formats the value using the given formatter.