Skip to content

Use attribute to implement these conversions #214

@jfly

Description

@jfly

impl From<PrNumberNonPositiveError> for LandedError {
fn from(value: PrNumberNonPositiveError) -> Self {
Self::PrNumberNonPositive(value)
}
}
impl From<ForPrError> for LandedError {
fn from(value: ForPrError) -> Self {
Self::ForPr(value)
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions