Skip to main content

ToRefs

Trait ToRefs 

Source
pub trait ToRefs {
    // Required method
    fn to_refs() -> Vec<String>;
}
Expand description

Trait for types that can return discovered $ref paths.

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§