SequenceEntries

Type Alias SequenceEntries 

Source
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

Source§

type Error = TryFromError

The type returned in the event of a conversion error.
Source§

fn try_from(response: QueryResponse) -> Result<Self, Self::Error>

Performs the conversion.