Expand description
Directories that live in this module are “immutable” from the client standpoint. Even over a connection with the write access, clients may not rename, delete or link entries in these directories.
Re-exports§
Modules§
- connection
- Connection to a directory that can not be modified by the client, no matter what permissions the client has on the FIDL connection.
- simple
- This is an implementation of an immutable “simple” pseudo directories. Use
simple()
to construct actual instances. SeeSimple
for details.