learn_rust_bugs 0.1.0

Self-learning Rust
Documentation
1
2
3
pub trait Norm1d<T> {
    fn len(&self) -> T;
}