[][src]Trait rhododendron::TypeResolve

pub trait TypeResolve {
    type Communication;
}

Hack to get around type alias warning.

Associated Types

type Communication

Communication type.

Loading content...

Implementors

impl<C: Context> TypeResolve for C[src]

Loading content...