pub fn serve(
file: Arc<impl FileLike>,
scope: ExecutionScope,
protocols: &impl ProtocolsExt,
object_request: ObjectRequestRef<'_>,
) -> Result<(), Status>
Expand description
Helper to open a file or node as required.
pub fn serve(
file: Arc<impl FileLike>,
scope: ExecutionScope,
protocols: &impl ProtocolsExt,
object_request: ObjectRequestRef<'_>,
) -> Result<(), Status>
Helper to open a file or node as required.