Struct adi::Text[][src]

pub struct Text { /* fields omitted */ }

Some text.

Methods

impl Text
[src]

Create a new Text from bytes.

Important traits for &'a [u8]

Get bytes from the Text.

Trait Implementations

impl Clone for Text
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Text

impl Sync for Text