pub fn convert_node_proxy<T: Proxy>(proxy: NodeProxy) -> TExpand description
Converts a generic fio::NodeProxy to either fio::FileProxy or fio::DirectoryProxy.
WARNING: This function does not verify that the conversion is valid.
pub fn convert_node_proxy<T: Proxy>(proxy: NodeProxy) -> TConverts a generic fio::NodeProxy to either fio::FileProxy or fio::DirectoryProxy.
WARNING: This function does not verify that the conversion is valid.