Struct tokio_unix_ipc::panic::Location [−][src]
pub struct Location { /* fields omitted */ }Expand description
Location of a panic.
This is similar to std::panic::Location but can cross process boundaries.
Implementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more