Struct noders::node::Core[][src]

pub struct Core {
    pub callback_sender: Sender<CallbackEv>,
    // some fields omitted
}

Fields

Methods

impl Core
[src]

Trait Implementations

impl Clone for Core
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for Core

impl !Sync for Core