clarify comment (#13289) (#13292)

(cherry picked from commit b5c8b86e7c)

Co-authored-by: Jack May <jack@solana.com>
This commit is contained in:
mergify[bot]
2020-10-29 22:38:26 +00:00
committed by GitHub
parent 69b3f10207
commit 24bd4ff6d4

View File

@@ -8,7 +8,7 @@ pub trait IsInitialized {
fn is_initialized(&self) -> bool;
}
/// Depends on Sized
/// Implementors must have a known size
pub trait Sealed: Sized {}
/// Safely and efficiently (de)serialize account state