Trait domain::base::rdata::RecordData
source · pub trait RecordData {
// Required method
fn rtype(&self) -> Rtype;
}
Expand description
A type that represents record data.
The type needs to be able to to be able to provide the record type of a
record with a value’s data via the rtype
method.