clarify comment (#13289) (#13291)

(cherry picked from commit b5c8b86e7c)

Co-authored-by: Jack May <jack@solana.com>
This commit is contained in:
mergify[bot]
2020-10-29 22:28:09 +00:00
committed by GitHub
parent ccec111178
commit 4296bfc728

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