devela::all

Trait TypeResourced

Source
pub trait TypeResourced {
    type TypeData;
}
Expand description

Represents an association between a resource and its inner data type.

See also: TypeResource and type_resource!.

Required Associated Types§

Source

type TypeData

The inner type that serves as the unique identifier for the resource.

Implementors§