[][src]Trait remote_trait_object::raw_exchange::IntoSkeleton

pub trait IntoSkeleton<T: ?Sized + Service> {
    fn into_skeleton(self) -> Skeleton;
}

Conversion into a Skeleton, from a smart pointer of a service object.

By attaching [remote_trait_object::service] on a trait, smart pointers of the trait will automatically implement this. This is required if you want to create a Skeleton or ServiceToExport.

Required methods

Loading content...

Implementors

Loading content...