pub fn route_from_capabilities(
capabilities: Vec<Capability>,
source: Ref,
targets: Vec<Ref>,
) -> Route
Expand description
Builds a set of capability routes from capabilities
that will be routed from
source
to the targets
.
pub fn route_from_capabilities(
capabilities: Vec<Capability>,
source: Ref,
targets: Vec<Ref>,
) -> Route
Builds a set of capability routes from capabilities
that will be routed from
source
to the targets
.