async fn import_conduit_original(
services: &Services,
owners: Option<&Arc<Map>>,
source: &MediaSource,
depth: u8,
length: u8,
key: &[u8],
value: &[u8],
) -> Result<bool>Expand description
Imports one servernamemediaid_metadata entry and reports whether it was
stored.
false denotes an intentional source-entry skip. Destination creation
errors propagate so the caller can withhold the completion marker.