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.

[src]

Dereferences the value.

Auto Trait Implementations

impl !Send for TextContentRef

impl Sync for TextContentRef