Trait TextOwner

Source
pub trait TextOwner:
    AsRef<str>
    + Send
    + Sync
    + 'static { }

Implementations on Foreign Types§

Source§

impl TextOwner for String

Implementors§