pub trait OwnedRecord: for<'raw> Record<'raw> { }

Implementors