Struct gpgme::edit::EditorWrapper[][src]

pub struct EditorWrapper<E: Editor> { /* fields omitted */ }

Methods

impl<E: Editor> EditorWrapper<E>
[src]

Trait Implementations

impl<E: Debug + Editor> Debug for EditorWrapper<E> where
    E::State: Debug
[src]

Formats the value using the given formatter. Read more

impl<E: Editor> EditInteractor for EditorWrapper<E>
[src]

Auto Trait Implementations

impl<E> Send for EditorWrapper<E> where
    <E as Editor>::State: Send

impl<E> Sync for EditorWrapper<E> where
    E: Sync,
    <E as Editor>::State: Sync