pub type SequenceEntries = Vec<Entry>;Expand description
List of entries.
Aliased Type§
pub struct SequenceEntries { /* private fields */ }Trait Implementations§
Source§impl TryFrom<QueryResponse> for SequenceEntries
impl TryFrom<QueryResponse> for SequenceEntries
Source§type Error = TryFromError
type Error = TryFromError
The type returned in the event of a conversion error.