clarify comment (#13289)
This commit is contained in:
parent
ecd74c3786
commit
b5c8b86e7c
|
@ -8,7 +8,7 @@ pub trait IsInitialized {
|
||||||
fn is_initialized(&self) -> bool;
|
fn is_initialized(&self) -> bool;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Depends on Sized
|
/// Implementors must have a known size
|
||||||
pub trait Sealed: Sized {}
|
pub trait Sealed: Sized {}
|
||||||
|
|
||||||
/// Safely and efficiently (de)serialize account state
|
/// Safely and efficiently (de)serialize account state
|
||||||
|
|
Loading…
Reference in New Issue