[][src]Trait df_st_core::fillable::ConvertingUtils

pub trait ConvertingUtils {
    fn to_uniform_name(&self) -> Option<String>;
}

Required methods

fn to_uniform_name(&self) -> Option<String>

Convert a the String to lowercase and replace underscore.

Loading content...

Implementations on Foreign Types

impl ConvertingUtils for Option<String>[src]

Loading content...

Implementors

Loading content...