rust_wheel 0.1.16

A project to define some public component.
Documentation
1
2
3
4
5
6
7
#[derive(Debug, Clone, PartialEq, Eq, Copy)]
pub struct UserInfoNotMatchError(NotMatchKind);

/// The category of parse error
#[derive(Debug, Clone, PartialEq, Eq, Copy)]
enum NotMatchKind {
}