Type Alias EntryId

Source
pub type EntryId = Oid;
Expand description

A unique identifier for a history entry.

Aliased Type§

pub struct EntryId(/* private fields */);

Trait Implementations§

Source§

impl From<ReviewId> for EntryId

Source§

fn from(wrapped: ReviewId) -> Self

Converts to this type from the input type.
Source§

impl From<RevisionId> for EntryId

Source§

fn from(wrapped: RevisionId) -> Self

Converts to this type from the input type.