pub trait ResolveStart<R>: Sync {
    fn resolve_start(&self) -> Result<R>;
}
Expand description

Careful when using this trait, or you’ll be in for a world of stack overflows.

Required Methods

Implementations on Foreign Types

Implementors