Exporter

Trait Exporter 

Source
pub trait Exporter {
    type InvokerType: Invoker;

    // Required methods
    fn unexport(&self);
    fn get_invoker(&self) -> Self::InvokerType;
}

Required Associated Types§

Required Methods§

Source

fn unexport(&self)

Source

fn get_invoker(&self) -> Self::InvokerType

Implementors§