mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-03-31 17:15:31 +00:00
close code members
This commit is contained in:
parent
68277f8e83
commit
5360c6bf19
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ pub mod error;
|
|||
pub use default::Default;
|
||||
pub use error::Error;
|
||||
|
||||
pub const CODE: u8 = b'2';
|
||||
const CODE: u8 = b'2';
|
||||
|
||||
pub enum Success {
|
||||
Default(Default),
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ pub mod header;
|
|||
pub use error::Error;
|
||||
pub use header::Header;
|
||||
|
||||
pub const CODE: &[u8] = b"20";
|
||||
const CODE: &[u8] = b"20";
|
||||
|
||||
pub struct Default {
|
||||
pub header: Header,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue