pub fn serve_file(
current_task: &CurrentTask,
file: &FileObject,
credentials: FullCredentials,
) -> Result<(ClientEnd<NodeMarker>, ExecutionScope), Errno>Expand description
Returns a handle implementing a fuchsia.io.Node delegating to the given file.