Structs§
- Serde
File - Little wrapper over an
OpenOptions
,aFile
and it’s path,in aPathBuf
,with the purpose of implementingSerialize
andDeserialize
,this wrapper implements exactly the same traits as theFile
in the way it does and also derefs to it.