Struct cursive::views::TextContentRef[][src]

pub struct TextContentRef { /* fields omitted */ }

A reference to the text content.

This can be deref'ed into a StyledString.

This keeps the content locked. Do not store this!

Trait Implementations

impl Deref for TextContentRef
[src]

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations