Skip to main content

ResultTypeExt

Trait ResultTypeExt 

Source
pub trait ResultTypeExt {
    // Required method
    fn is_result(&self) -> bool;
}

Required Methods§

Source

fn is_result(&self) -> bool

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl ResultTypeExt for Path

Source§

fn is_result(&self) -> bool

Source§

impl ResultTypeExt for Type

Source§

fn is_result(&self) -> bool

Implementors§