libutils-console 2.2.2

A simple generalized I/O interface
Documentation
1
2
3
4
5
6
7
8
9
//^
//^ METADATA
//^

//> METADATA -> TRAIT
#[must_use]
pub const trait Metadata: Sized {
    fn size(&self) -> usize;
}