[][src]Trait dbcc::TypeName

pub trait TypeName: ToOwned {
    fn to_type_name(&self) -> Self::Owned;
}

Required methods

fn to_type_name(&self) -> Self::Owned

Loading content...

Implementations on Foreign Types

impl TypeName for str[src]

Loading content...

Implementors

Loading content...