pub trait FromTableRef<T>: FromObjRef<T> {
    fn from_table_ref(from: &T) -> Self { ... }
}
Expand description

A trait for types that can fully resolve themselves.

This means that any offsets held in this type are resolved relative to the start of the table itself (and not some parent table)

Provided Methods§

Implementations on Foreign Types§

Implementors§