Struct riker::actor::TryMsgError[][src]

pub struct TryMsgError<T> {
    pub msg: T,
}

Error type when an try_tell fails on Option<ActorRef<Msg>>

Fields

Methods

impl<T> TryMsgError<T>
[src]

Trait Implementations

impl<T> Error for TryMsgError<T>
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

impl<T> Display for TryMsgError<T>
[src]

Formats the value using the given formatter. Read more

impl<T> Debug for TryMsgError<T>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for TryMsgError<T> where
    T: Send

impl<T> Sync for TryMsgError<T> where
    T: Sync