clarify comment ()

This commit is contained in:
Jack May
2020-10-29 14:16:01 -07:00
committed by GitHub
parent ecd74c3786
commit b5c8b86e7c

@ -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