casey / casey/x-serialization-format

Allow checking if view is fixed size

Open
#132 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.