Skip to main content

AcceptMut

Trait AcceptMut 

Source
pub trait AcceptMut: ActivityMut {
    // Required method
    fn set_accept_type(self, val: Option<AcceptType>) -> Self;
}

Required Methods§

Source

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".

Implementors§