clarify comment (#13289)

This commit is contained in:
Jack May 2020-10-29 14:16:01 -07:00 committed by GitHub
parent ecd74c3786
commit b5c8b86e7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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