Skip to content

Commit c27be2b

Browse files
committed
fix flutter-rust-bridge in envoy
1 parent ef0ff8f commit c27be2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/api/quantum_link.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ pub trait QuantumLink: minicbor::Encode<()> + for<'a> minicbor::Decode<'a, ()> {
190190
impl<T> QuantumLink for T where T: minicbor::Encode<()> + for<'a> minicbor::Decode<'a, ()> {}
191191

192192
#[derive(Debug, Clone)]
193-
#[cfg_attr(feature = "envoy", flutter_rust_bridge::frb(non_opaque))]
193+
#[cfg_attr(feature = "envoy", flutter_rust_bridge::frb(opaque))]
194194
pub struct QuantumLinkIdentity {
195195
pub private_keys: Option<PrivateKeys>,
196196
pub xid_document: XIDDocument,

0 commit comments

Comments
 (0)