Skip to main content

TryJoin

Trait TryJoin 

Source
pub trait TryJoin: Sized {
    // Required method
    fn try_join(self, other: Self) -> Option<Self>;
}

Required Methods§

Source

fn try_join(self, other: Self) -> Option<Self>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl TryJoin for Option<DefId>

Source§

fn try_join(self, other: Self) -> Option<Self>

Implementors§