Trait arc_reactor::proto::ArcServiceClone[][src]

pub trait ArcServiceClone {
    fn clone_service(&self) -> Box<ArcService>;
}

Required Methods

Important traits for Box<R>

Implementors