embassy-stm32

Crates

git

Versions

stm32h7s3v8

Flavors

📣 We want to hear from you! Fill the Rust Embedded 2024 micro-survey.

Struct embassy_stm32::gpio::AnyPin

source ·
pub struct AnyPin { /* private fields */ }
Expand description

Type-erased GPIO pin

Implementations§

source§

impl AnyPin

source

pub unsafe fn steal(pin_port: u8) -> Self

Unsafely create an AnyPin from a pin+port number.

pin_port is port_num * 16 + pin_num, where port_num is 0 for port A, 1 for port B, etc…

source

pub fn block(&self) -> Gpio

Get the GPIO register block for this pin.

Trait Implementations§

source§

impl From<PA0> for AnyPin

source§

fn from(x: PA0) -> Self

Converts to this type from the input type.
source§

impl From<PA1> for AnyPin

source§

fn from(x: PA1) -> Self

Converts to this type from the input type.
source§

impl From<PA10> for AnyPin

source§

fn from(x: PA10) -> Self

Converts to this type from the input type.
source§

impl From<PA11> for AnyPin

source§

fn from(x: PA11) -> Self

Converts to this type from the input type.
source§

impl From<PA12> for AnyPin

source§

fn from(x: PA12) -> Self

Converts to this type from the input type.
source§

impl From<PA13> for AnyPin

source§

fn from(x: PA13) -> Self

Converts to this type from the input type.
source§

impl From<PA14> for AnyPin

source§

fn from(x: PA14) -> Self

Converts to this type from the input type.
source§

impl From<PA15> for AnyPin

source§

fn from(x: PA15) -> Self

Converts to this type from the input type.
source§

impl From<PA2> for AnyPin

source§

fn from(x: PA2) -> Self

Converts to this type from the input type.
source§

impl From<PA3> for AnyPin

source§

fn from(x: PA3) -> Self

Converts to this type from the input type.
source§

impl From<PA4> for AnyPin

source§

fn from(x: PA4) -> Self

Converts to this type from the input type.
source§

impl From<PA5> for AnyPin

source§

fn from(x: PA5) -> Self

Converts to this type from the input type.
source§

impl From<PA6> for AnyPin

source§

fn from(x: PA6) -> Self

Converts to this type from the input type.
source§

impl From<PA7> for AnyPin

source§

fn from(x: PA7) -> Self

Converts to this type from the input type.
source§

impl From<PA8> for AnyPin

source§

fn from(x: PA8) -> Self

Converts to this type from the input type.
source§

impl From<PA9> for AnyPin

source§

fn from(x: PA9) -> Self

Converts to this type from the input type.
source§

impl From<PB0> for AnyPin

source§

fn from(x: PB0) -> Self

Converts to this type from the input type.
source§

impl From<PB1> for AnyPin

source§

fn from(x: PB1) -> Self

Converts to this type from the input type.
source§

impl From<PB10> for AnyPin

source§

fn from(x: PB10) -> Self

Converts to this type from the input type.
source§

impl From<PB11> for AnyPin

source§

fn from(x: PB11) -> Self

Converts to this type from the input type.
source§

impl From<PB12> for AnyPin

source§

fn from(x: PB12) -> Self

Converts to this type from the input type.
source§

impl From<PB13> for AnyPin

source§

fn from(x: PB13) -> Self

Converts to this type from the input type.
source§

impl From<PB14> for AnyPin

source§

fn from(x: PB14) -> Self

Converts to this type from the input type.
source§

impl From<PB15> for AnyPin

source§

fn from(x: PB15) -> Self

Converts to this type from the input type.
source§

impl From<PB2> for AnyPin

source§

fn from(x: PB2) -> Self

Converts to this type from the input type.
source§

impl From<PB3> for AnyPin

source§

fn from(x: PB3) -> Self

Converts to this type from the input type.
source§

impl From<PB4> for AnyPin

source§

fn from(x: PB4) -> Self

Converts to this type from the input type.
source§

impl From<PB5> for AnyPin

source§

fn from(x: PB5) -> Self

Converts to this type from the input type.
source§

impl From<PB6> for AnyPin

source§

fn from(x: PB6) -> Self

Converts to this type from the input type.
source§

impl From<PB7> for AnyPin

source§

fn from(x: PB7) -> Self

Converts to this type from the input type.
source§

impl From<PB8> for AnyPin

source§

fn from(x: PB8) -> Self

Converts to this type from the input type.
source§

impl From<PB9> for AnyPin

source§

fn from(x: PB9) -> Self

Converts to this type from the input type.
source§

impl From<PC0> for AnyPin

source§

fn from(x: PC0) -> Self

Converts to this type from the input type.
source§

impl From<PC1> for AnyPin

source§

fn from(x: PC1) -> Self

Converts to this type from the input type.
source§

impl From<PC10> for AnyPin

source§

fn from(x: PC10) -> Self

Converts to this type from the input type.
source§

impl From<PC11> for AnyPin

source§

fn from(x: PC11) -> Self

Converts to this type from the input type.
source§

impl From<PC12> for AnyPin

source§

fn from(x: PC12) -> Self

Converts to this type from the input type.
source§

impl From<PC13> for AnyPin

source§

fn from(x: PC13) -> Self

Converts to this type from the input type.
source§

impl From<PC14> for AnyPin

source§

fn from(x: PC14) -> Self

Converts to this type from the input type.
source§

impl From<PC15> for AnyPin

source§

fn from(x: PC15) -> Self

Converts to this type from the input type.
source§

impl From<PC2> for AnyPin

source§

fn from(x: PC2) -> Self

Converts to this type from the input type.
source§

impl From<PC3> for AnyPin

source§

fn from(x: PC3) -> Self

Converts to this type from the input type.
source§

impl From<PC4> for AnyPin

source§

fn from(x: PC4) -> Self

Converts to this type from the input type.
source§

impl From<PC5> for AnyPin

source§

fn from(x: PC5) -> Self

Converts to this type from the input type.
source§

impl From<PC6> for AnyPin

source§

fn from(x: PC6) -> Self

Converts to this type from the input type.
source§

impl From<PC7> for AnyPin

source§

fn from(x: PC7) -> Self

Converts to this type from the input type.
source§

impl From<PC8> for AnyPin

source§

fn from(x: PC8) -> Self

Converts to this type from the input type.
source§

impl From<PC9> for AnyPin

source§

fn from(x: PC9) -> Self

Converts to this type from the input type.
source§

impl From<PD0> for AnyPin

source§

fn from(x: PD0) -> Self

Converts to this type from the input type.
source§

impl From<PD1> for AnyPin

source§

fn from(x: PD1) -> Self

Converts to this type from the input type.
source§

impl From<PD10> for AnyPin

source§

fn from(x: PD10) -> Self

Converts to this type from the input type.
source§

impl From<PD11> for AnyPin

source§

fn from(x: PD11) -> Self

Converts to this type from the input type.
source§

impl From<PD12> for AnyPin

source§

fn from(x: PD12) -> Self

Converts to this type from the input type.
source§

impl From<PD13> for AnyPin

source§

fn from(x: PD13) -> Self

Converts to this type from the input type.
source§

impl From<PD14> for AnyPin

source§

fn from(x: PD14) -> Self

Converts to this type from the input type.
source§

impl From<PD15> for AnyPin

source§

fn from(x: PD15) -> Self

Converts to this type from the input type.
source§

impl From<PD2> for AnyPin

source§

fn from(x: PD2) -> Self

Converts to this type from the input type.
source§

impl From<PD3> for AnyPin

source§

fn from(x: PD3) -> Self

Converts to this type from the input type.
source§

impl From<PD4> for AnyPin

source§

fn from(x: PD4) -> Self

Converts to this type from the input type.
source§

impl From<PD5> for AnyPin

source§

fn from(x: PD5) -> Self

Converts to this type from the input type.
source§

impl From<PD6> for AnyPin

source§

fn from(x: PD6) -> Self

Converts to this type from the input type.
source§

impl From<PD7> for AnyPin

source§

fn from(x: PD7) -> Self

Converts to this type from the input type.
source§

impl From<PD8> for AnyPin

source§

fn from(x: PD8) -> Self

Converts to this type from the input type.
source§

impl From<PD9> for AnyPin

source§

fn from(x: PD9) -> Self

Converts to this type from the input type.
source§

impl From<PE0> for AnyPin

source§

fn from(x: PE0) -> Self

Converts to this type from the input type.
source§

impl From<PE1> for AnyPin

source§

fn from(x: PE1) -> Self

Converts to this type from the input type.
source§

impl From<PE10> for AnyPin

source§

fn from(x: PE10) -> Self

Converts to this type from the input type.
source§

impl From<PE11> for AnyPin

source§

fn from(x: PE11) -> Self

Converts to this type from the input type.
source§

impl From<PE12> for AnyPin

source§

fn from(x: PE12) -> Self

Converts to this type from the input type.
source§

impl From<PE13> for AnyPin

source§

fn from(x: PE13) -> Self

Converts to this type from the input type.
source§

impl From<PE14> for AnyPin

source§

fn from(x: PE14) -> Self

Converts to this type from the input type.
source§

impl From<PE15> for AnyPin

source§

fn from(x: PE15) -> Self

Converts to this type from the input type.
source§

impl From<PE2> for AnyPin

source§

fn from(x: PE2) -> Self

Converts to this type from the input type.
source§

impl From<PE3> for AnyPin

source§

fn from(x: PE3) -> Self

Converts to this type from the input type.
source§

impl From<PE4> for AnyPin

source§

fn from(x: PE4) -> Self

Converts to this type from the input type.
source§

impl From<PE5> for AnyPin

source§

fn from(x: PE5) -> Self

Converts to this type from the input type.
source§

impl From<PE6> for AnyPin

source§

fn from(x: PE6) -> Self

Converts to this type from the input type.
source§

impl From<PE7> for AnyPin

source§

fn from(x: PE7) -> Self

Converts to this type from the input type.
source§

impl From<PE8> for AnyPin

source§

fn from(x: PE8) -> Self

Converts to this type from the input type.
source§

impl From<PE9> for AnyPin

source§

fn from(x: PE9) -> Self

Converts to this type from the input type.
source§

impl From<PF0> for AnyPin

source§

fn from(x: PF0) -> Self

Converts to this type from the input type.
source§

impl From<PF1> for AnyPin

source§

fn from(x: PF1) -> Self

Converts to this type from the input type.
source§

impl From<PF10> for AnyPin

source§

fn from(x: PF10) -> Self

Converts to this type from the input type.
source§

impl From<PF11> for AnyPin

source§

fn from(x: PF11) -> Self

Converts to this type from the input type.
source§

impl From<PF12> for AnyPin

source§

fn from(x: PF12) -> Self

Converts to this type from the input type.
source§

impl From<PF13> for AnyPin

source§

fn from(x: PF13) -> Self

Converts to this type from the input type.
source§

impl From<PF14> for AnyPin

source§

fn from(x: PF14) -> Self

Converts to this type from the input type.
source§

impl From<PF15> for AnyPin

source§

fn from(x: PF15) -> Self

Converts to this type from the input type.
source§

impl From<PF2> for AnyPin

source§

fn from(x: PF2) -> Self

Converts to this type from the input type.
source§

impl From<PF3> for AnyPin

source§

fn from(x: PF3) -> Self

Converts to this type from the input type.
source§

impl From<PF4> for AnyPin

source§

fn from(x: PF4) -> Self

Converts to this type from the input type.
source§

impl From<PF5> for AnyPin

source§

fn from(x: PF5) -> Self

Converts to this type from the input type.
source§

impl From<PF6> for AnyPin

source§

fn from(x: PF6) -> Self

Converts to this type from the input type.
source§

impl From<PF7> for AnyPin

source§

fn from(x: PF7) -> Self

Converts to this type from the input type.
source§

impl From<PF8> for AnyPin

source§

fn from(x: PF8) -> Self

Converts to this type from the input type.
source§

impl From<PF9> for AnyPin

source§

fn from(x: PF9) -> Self

Converts to this type from the input type.
source§

impl From<PG0> for AnyPin

source§

fn from(x: PG0) -> Self

Converts to this type from the input type.
source§

impl From<PG1> for AnyPin

source§

fn from(x: PG1) -> Self

Converts to this type from the input type.
source§

impl From<PG10> for AnyPin

source§

fn from(x: PG10) -> Self

Converts to this type from the input type.
source§

impl From<PG11> for AnyPin

source§

fn from(x: PG11) -> Self

Converts to this type from the input type.
source§

impl From<PG12> for AnyPin

source§

fn from(x: PG12) -> Self

Converts to this type from the input type.
source§

impl From<PG13> for AnyPin

source§

fn from(x: PG13) -> Self

Converts to this type from the input type.
source§

impl From<PG14> for AnyPin

source§

fn from(x: PG14) -> Self

Converts to this type from the input type.
source§

impl From<PG15> for AnyPin

source§

fn from(x: PG15) -> Self

Converts to this type from the input type.
source§

impl From<PG2> for AnyPin

source§

fn from(x: PG2) -> Self

Converts to this type from the input type.
source§

impl From<PG3> for AnyPin

source§

fn from(x: PG3) -> Self

Converts to this type from the input type.
source§

impl From<PG4> for AnyPin

source§

fn from(x: PG4) -> Self

Converts to this type from the input type.
source§

impl From<PG5> for AnyPin

source§

fn from(x: PG5) -> Self

Converts to this type from the input type.
source§

impl From<PG6> for AnyPin

source§

fn from(x: PG6) -> Self

Converts to this type from the input type.
source§

impl From<PG7> for AnyPin

source§

fn from(x: PG7) -> Self

Converts to this type from the input type.
source§

impl From<PG8> for AnyPin

source§

fn from(x: PG8) -> Self

Converts to this type from the input type.
source§

impl From<PG9> for AnyPin

source§

fn from(x: PG9) -> Self

Converts to this type from the input type.
source§

impl From<PH0> for AnyPin

source§

fn from(x: PH0) -> Self

Converts to this type from the input type.
source§

impl From<PH1> for AnyPin

source§

fn from(x: PH1) -> Self

Converts to this type from the input type.
source§

impl From<PH10> for AnyPin

source§

fn from(x: PH10) -> Self

Converts to this type from the input type.
source§

impl From<PH11> for AnyPin

source§

fn from(x: PH11) -> Self

Converts to this type from the input type.
source§

impl From<PH12> for AnyPin

source§

fn from(x: PH12) -> Self

Converts to this type from the input type.
source§

impl From<PH13> for AnyPin

source§

fn from(x: PH13) -> Self

Converts to this type from the input type.
source§

impl From<PH14> for AnyPin

source§

fn from(x: PH14) -> Self

Converts to this type from the input type.
source§

impl From<PH15> for AnyPin

source§

fn from(x: PH15) -> Self

Converts to this type from the input type.
source§

impl From<PH2> for AnyPin

source§

fn from(x: PH2) -> Self

Converts to this type from the input type.
source§

impl From<PH3> for AnyPin

source§

fn from(x: PH3) -> Self

Converts to this type from the input type.
source§

impl From<PH4> for AnyPin

source§

fn from(x: PH4) -> Self

Converts to this type from the input type.
source§

impl From<PH5> for AnyPin

source§

fn from(x: PH5) -> Self

Converts to this type from the input type.
source§

impl From<PH6> for AnyPin

source§

fn from(x: PH6) -> Self

Converts to this type from the input type.
source§

impl From<PH7> for AnyPin

source§

fn from(x: PH7) -> Self

Converts to this type from the input type.
source§

impl From<PH8> for AnyPin

source§

fn from(x: PH8) -> Self

Converts to this type from the input type.
source§

impl From<PH9> for AnyPin

source§

fn from(x: PH9) -> Self

Converts to this type from the input type.
source§

impl From<PM0> for AnyPin

source§

fn from(x: PM0) -> Self

Converts to this type from the input type.
source§

impl From<PM1> for AnyPin

source§

fn from(x: PM1) -> Self

Converts to this type from the input type.
source§

impl From<PM10> for AnyPin

source§

fn from(x: PM10) -> Self

Converts to this type from the input type.
source§

impl From<PM11> for AnyPin

source§

fn from(x: PM11) -> Self

Converts to this type from the input type.
source§

impl From<PM12> for AnyPin

source§

fn from(x: PM12) -> Self

Converts to this type from the input type.
source§

impl From<PM13> for AnyPin

source§

fn from(x: PM13) -> Self

Converts to this type from the input type.
source§

impl From<PM14> for AnyPin

source§

fn from(x: PM14) -> Self

Converts to this type from the input type.
source§

impl From<PM15> for AnyPin

source§

fn from(x: PM15) -> Self

Converts to this type from the input type.
source§

impl From<PM2> for AnyPin

source§

fn from(x: PM2) -> Self

Converts to this type from the input type.
source§

impl From<PM3> for AnyPin

source§

fn from(x: PM3) -> Self

Converts to this type from the input type.
source§

impl From<PM4> for AnyPin

source§

fn from(x: PM4) -> Self

Converts to this type from the input type.
source§

impl From<PM5> for AnyPin

source§

fn from(x: PM5) -> Self

Converts to this type from the input type.
source§

impl From<PM6> for AnyPin

source§

fn from(x: PM6) -> Self

Converts to this type from the input type.
source§

impl From<PM7> for AnyPin

source§

fn from(x: PM7) -> Self

Converts to this type from the input type.
source§

impl From<PM8> for AnyPin

source§

fn from(x: PM8) -> Self

Converts to this type from the input type.
source§

impl From<PM9> for AnyPin

source§

fn from(x: PM9) -> Self

Converts to this type from the input type.
source§

impl From<PN0> for AnyPin

source§

fn from(x: PN0) -> Self

Converts to this type from the input type.
source§

impl From<PN1> for AnyPin

source§

fn from(x: PN1) -> Self

Converts to this type from the input type.
source§

impl From<PN10> for AnyPin

source§

fn from(x: PN10) -> Self

Converts to this type from the input type.
source§

impl From<PN11> for AnyPin

source§

fn from(x: PN11) -> Self

Converts to this type from the input type.
source§

impl From<PN12> for AnyPin

source§

fn from(x: PN12) -> Self

Converts to this type from the input type.
source§

impl From<PN13> for AnyPin

source§

fn from(x: PN13) -> Self

Converts to this type from the input type.
source§

impl From<PN14> for AnyPin

source§

fn from(x: PN14) -> Self

Converts to this type from the input type.
source§

impl From<PN15> for AnyPin

source§

fn from(x: PN15) -> Self

Converts to this type from the input type.
source§

impl From<PN2> for AnyPin

source§

fn from(x: PN2) -> Self

Converts to this type from the input type.
source§

impl From<PN3> for AnyPin

source§

fn from(x: PN3) -> Self

Converts to this type from the input type.
source§

impl From<PN4> for AnyPin

source§

fn from(x: PN4) -> Self

Converts to this type from the input type.
source§

impl From<PN5> for AnyPin

source§

fn from(x: PN5) -> Self

Converts to this type from the input type.
source§

impl From<PN6> for AnyPin

source§

fn from(x: PN6) -> Self

Converts to this type from the input type.
source§

impl From<PN7> for AnyPin

source§

fn from(x: PN7) -> Self

Converts to this type from the input type.
source§

impl From<PN8> for AnyPin

source§

fn from(x: PN8) -> Self

Converts to this type from the input type.
source§

impl From<PN9> for AnyPin

source§

fn from(x: PN9) -> Self

Converts to this type from the input type.
source§

impl From<PO0> for AnyPin

source§

fn from(x: PO0) -> Self

Converts to this type from the input type.
source§

impl From<PO1> for AnyPin

source§

fn from(x: PO1) -> Self

Converts to this type from the input type.
source§

impl From<PO10> for AnyPin

source§

fn from(x: PO10) -> Self

Converts to this type from the input type.
source§

impl From<PO11> for AnyPin

source§

fn from(x: PO11) -> Self

Converts to this type from the input type.
source§

impl From<PO12> for AnyPin

source§

fn from(x: PO12) -> Self

Converts to this type from the input type.
source§

impl From<PO13> for AnyPin

source§

fn from(x: PO13) -> Self

Converts to this type from the input type.
source§

impl From<PO14> for AnyPin

source§

fn from(x: PO14) -> Self

Converts to this type from the input type.
source§

impl From<PO15> for AnyPin

source§

fn from(x: PO15) -> Self

Converts to this type from the input type.
source§

impl From<PO2> for AnyPin

source§

fn from(x: PO2) -> Self

Converts to this type from the input type.
source§

impl From<PO3> for AnyPin

source§

fn from(x: PO3) -> Self

Converts to this type from the input type.
source§

impl From<PO4> for AnyPin

source§

fn from(x: PO4) -> Self

Converts to this type from the input type.
source§

impl From<PO5> for AnyPin

source§

fn from(x: PO5) -> Self

Converts to this type from the input type.
source§

impl From<PO6> for AnyPin

source§

fn from(x: PO6) -> Self

Converts to this type from the input type.
source§

impl From<PO7> for AnyPin

source§

fn from(x: PO7) -> Self

Converts to this type from the input type.
source§

impl From<PO8> for AnyPin

source§

fn from(x: PO8) -> Self

Converts to this type from the input type.
source§

impl From<PO9> for AnyPin

source§

fn from(x: PO9) -> Self

Converts to this type from the input type.
source§

impl From<PP0> for AnyPin

source§

fn from(x: PP0) -> Self

Converts to this type from the input type.
source§

impl From<PP1> for AnyPin

source§

fn from(x: PP1) -> Self

Converts to this type from the input type.
source§

impl From<PP10> for AnyPin

source§

fn from(x: PP10) -> Self

Converts to this type from the input type.
source§

impl From<PP11> for AnyPin

source§

fn from(x: PP11) -> Self

Converts to this type from the input type.
source§

impl From<PP12> for AnyPin

source§

fn from(x: PP12) -> Self

Converts to this type from the input type.
source§

impl From<PP13> for AnyPin

source§

fn from(x: PP13) -> Self

Converts to this type from the input type.
source§

impl From<PP14> for AnyPin

source§

fn from(x: PP14) -> Self

Converts to this type from the input type.
source§

impl From<PP15> for AnyPin

source§

fn from(x: PP15) -> Self

Converts to this type from the input type.
source§

impl From<PP2> for AnyPin

source§

fn from(x: PP2) -> Self

Converts to this type from the input type.
source§

impl From<PP3> for AnyPin

source§

fn from(x: PP3) -> Self

Converts to this type from the input type.
source§

impl From<PP4> for AnyPin

source§

fn from(x: PP4) -> Self

Converts to this type from the input type.
source§

impl From<PP5> for AnyPin

source§

fn from(x: PP5) -> Self

Converts to this type from the input type.
source§

impl From<PP6> for AnyPin

source§

fn from(x: PP6) -> Self

Converts to this type from the input type.
source§

impl From<PP7> for AnyPin

source§

fn from(x: PP7) -> Self

Converts to this type from the input type.
source§

impl From<PP8> for AnyPin

source§

fn from(x: PP8) -> Self

Converts to this type from the input type.
source§

impl From<PP9> for AnyPin

source§

fn from(x: PP9) -> Self

Converts to this type from the input type.
source§

impl Peripheral for AnyPin

source§

type P = AnyPin

Peripheral singleton type
source§

unsafe fn clone_unchecked(&self) -> Self::P

Unsafely clone (duplicate) a peripheral singleton. Read more
source§

fn into_ref<'a>(self) -> PeripheralRef<'a, Self::P>
where Self: 'a,

Convert a value into a PeripheralRef. Read more
source§

impl Pin for AnyPin

source§

type ExtiChannel = AnyChannel

EXTI channel assigned to this pin. Read more
source§

fn pin(&self) -> u8

Number of the pin within the port (0..31)
source§

fn port(&self) -> u8

Port of the pin
source§

fn degrade(self) -> AnyPin

Type-erase (degrade) this pin into an AnyPin. Read more

Auto Trait Implementations§

§

impl Freeze for AnyPin

§

impl RefUnwindSafe for AnyPin

§

impl Send for AnyPin

§

impl Sync for AnyPin

§

impl Unpin for AnyPin

§

impl UnwindSafe for AnyPin

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

source§

type Error = Infallible

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

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

source§

type Error = <U as TryFrom<T>>::Error

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

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.