pub async fn debug_route_storage_backing_directory<C: ComponentInstanceInterface + 'static>(
component: &Arc<C>,
storage_decl: StorageDecl,
) -> Result<CapabilitySource, RoutingError>Expand description
Routes the backing directory for the storage declaration on the component.