sqruff_lib_core::helpers

Trait ToMatchable

source
pub trait ToMatchable: Sized {
    // Required method
    fn to_matchable(self) -> Matchable;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§