telety-impl 0.4.0

Common code for telety. Not intended for public use.
Documentation
1
2
3
4
5
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
pub enum Kind {
    Type,
    Trait,
}