Skip to main content

ExpectedKind

pub trait ExpectedKind {
    // Provided method
    fn kind(&self) -> ExpectedTag { ... }
}

Provided Methods§

Source

fn kind(&self) -> ExpectedTag

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§