casey / casey/x-serialization-format
Allow checking if view is fixed size
Open
- Dominant language
- Rust
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Should really be:
```rust
trait View {
const fn fixed_size() -> bool;
}
```
But trait functions can't be const, so it'll have to be non-const for now.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.