pub trait ChannelEpitaphExt {
// Required method
fn close_with_epitaph(self, status: Status) -> Result<(), Error>;
}Expand description
Extension trait that provides Channel-like objects with the ability to send a FIDL epitaph.
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".