Trait typed_sql::query::select::join::JoinKind[][src]

pub trait JoinKind {
    const KIND: &'static str;
}

Associated Constants

const KIND: &'static str[src]

Implementors

impl JoinKind for Inner[src]

const KIND: &'static str[src]