Skip to content

Commit c76c060

Browse files
djkoloskiCQ Bot
authored andcommitted
[fidl][rust] Move error types into fidl_next
These types don't have a bind-specific replacement, and so can be used from fidl_next_protocol directly. Change-Id: Id1fa4c55c0c22d43292d886bec13c20ddaed1bf1 Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1220024 Fuchsia-Auto-Submit: David Koloski <[email protected]> Commit-Queue: David Koloski <[email protected]> Reviewed-by: Ian McKellar <[email protected]>
1 parent 6df3594 commit c76c060

File tree

4 files changed

+148
-195
lines changed

4 files changed

+148
-195
lines changed

src/lib/fidl/rust_next/fidl_next/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
pub use ::fidl_next_bind::*;
2525
pub use ::fidl_next_codec::*;
2626
pub use ::fidl_next_protocol::{
27-
self as protocol, ProtocolError, RecvFuture, SendFuture, Transport,
27+
self as protocol, FrameworkError, ProtocolError, RecvFuture, SendFuture, Transport,
28+
WireFrameworkError,
2829
};
2930

3031
/// Fuchsia-specific FIDL extensions.

0 commit comments

Comments
 (0)