use core::{ops::Deref, pin::Pin}; pub trait Processor { fn local() -> impl Deref> where Self: 'static; }