diff options
| -rw-r--r-- | libs/binder/rust/src/proxy.rs | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/libs/binder/rust/src/proxy.rs b/libs/binder/rust/src/proxy.rs index 68fa34bb4a..6a4af077c5 100644 --- a/libs/binder/rust/src/proxy.rs +++ b/libs/binder/rust/src/proxy.rs @@ -430,6 +430,7 @@ impl SerializeOption for SpIBinder {  impl SerializeArray for SpIBinder {}  impl SerializeArray for Option<&SpIBinder> {} +impl SerializeArray for Option<SpIBinder> {}  impl Deserialize for SpIBinder {      fn deserialize(parcel: &Parcel) -> Result<SpIBinder> { |