Trait sel4::ConveysReplyAuthority

source ·
pub trait ConveysReplyAuthority {
    // Required method
    fn into_reply_authority(self) -> ReplyAuthority;
}
Expand description

Trait for types from which ReplyAuthority can be derived.

Required Methods§

Implementations on Foreign Types§

source§

impl ConveysReplyAuthority for ()

Implementors§