pub type AccountLockerAirdropOutput = Option<Bucket>;
pub enum AccountLockerAirdropOutput { None, Some(Bucket), }
No value.
Some value of type T.
T