Skip to main content

IntoValue

Trait IntoValue 

Source
pub trait IntoValue {
    type Value;

    // Required method
    fn into_value(self) -> Self::Value;
}
Expand description

Function response output.

Required Associated Types§

Required Methods§

Source

fn into_value(self) -> Self::Value

Unwrap the function response output.

Implementors§

Source§

impl IntoValue for fennec_modbus::protocol::function::write_multiple::Output

Source§

impl<V> IntoValue for fennec_modbus::protocol::function::read_multiple::Output<V>

Source§

type Value = V