Trait sqruff_lib::helpers::ToMatchable

source ·
pub trait ToMatchable: Matchable + Sized {
    // Provided method
    fn to_matchable(self) -> Arc<dyn Matchable> { ... }
}

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§