Trait foyer::DevOptions

source ·
pub trait DevOptions:
    Send
    + Sync
    + 'static
    + Debug
    + Clone {
    // Required method
    fn verify(&self) -> Result<(), Error>;
}
Expand description

Options for the device.

Required Methods§

source

fn verify(&self) -> Result<(), Error>

Verify the correctness of the options.

Object Safety§

This trait is not object safe.

Implementors§