StableTrait

Trait StableTrait 

Source
pub trait StableTrait {
    // Provided method
    fn stable_trait_method(&self) { ... }
}
Expand description

A stable trait

This trait is stable

§Stability

This API was stabilized in version 1.0.0.

Provided Methods§

Source

fn stable_trait_method(&self)

A stable trait method

This method is stable.

Implementors§

Source§

impl StableTrait for StableStruct

§Stability

This API was stabilized in version 1.0.0.