pub trait AcceptMut: ActivityMut {
// Required method
fn set_accept_type(self, val: Option<AcceptType>) -> Self;
}Required Methods§
fn set_accept_type(self, val: Option<AcceptType>) -> Self
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".