Trait bebop::OwnedSubRecord

source ·
pub trait OwnedSubRecord: for<'raw> SubRecord<'raw> { }

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T> OwnedSubRecord for T
where T: for<'raw> SubRecord<'raw>,