Skip to main content

BorrowedDisplayable

Type Alias BorrowedDisplayable 

Source
pub type BorrowedDisplayable<'multi, CD> = Displayable<'multi, CD, &'multi CD>;
Expand description

A Displayable that borrows its CustomDisplay.

See Displayable for more information.

Aliased Typeยง

pub struct BorrowedDisplayable<'multi, CD> { /* private fields */ }