You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Extension for [`sys::ffi::FileOptions`] make it looks like [`std::fs::OpenOptions`].// TODO: FileOptionsExt should be const_traitpubtraitFileOptionsExt:Into<FileOptions>{/// Creates new empty file options.fnnew() -> Self;
The text was updated successfully, but these errors were encountered:
FileOptionsExt should be const_trait
playdate/api/fs/src/options.rs
Line 10 in ea28ed4
Source of this issue
The text was updated successfully, but these errors were encountered: