Trait zenoh_core::Resolvable
source · pub trait Resolvable {
type To: Sized + Send;
}Expand description
A resolvable execution, either sync or async
pub trait Resolvable {
type To: Sized + Send;
}A resolvable execution, either sync or async