mirror of
https://github.com/d0zingcat/ore.git
synced 2026-06-05 07:36:50 +00:00
parsers
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use bytemuck::{Pod, Zeroable};
|
||||
|
||||
use crate::impl_to_bytes;
|
||||
use crate::{impl_account_from_bytes, impl_to_bytes};
|
||||
|
||||
#[repr(C)]
|
||||
#[derive(Clone, Copy, Debug, PartialEq, Pod, Zeroable)]
|
||||
@@ -16,3 +16,4 @@ pub struct Bus {
|
||||
}
|
||||
|
||||
impl_to_bytes!(Bus);
|
||||
impl_account_from_bytes!(Bus);
|
||||
|
||||
Reference in New Issue
Block a user