Type alias _subamPNp

_subamPNp: noReadFrom & os.File

fileWithoutReadFrom implements all the methods of *File other than ReadFrom. This is used to permit ReadFrom to call io.Copy without leading to a recursive call to ReadFrom.

Generated using TypeDoc