mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-04-01 01:25:32 +00:00
implement gio::memory_input_stream
This commit is contained in:
parent
0bbcb6372d
commit
02ced24cce
5 changed files with 153 additions and 2 deletions
4
src/gio/memory_input_stream/error.rs
Normal file
4
src/gio/memory_input_stream/error.rs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
pub enum Error {
|
||||
BytesTotal,
|
||||
InputStream,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue