import "fyne.io/fyne/v2"
  

Usage

type URIWriteCloser

  type URIWriteCloser interface {
	io.WriteCloser

	URI() URI
}
  

URIWriteCloser represents a cross platform data writer for a file resource. This will normally refer to a local file resource.