[][src]Trait slam_cv::solver::Solver

pub trait Solver {
    type Output: 'static;
    fn solve(self) -> Self::Output;
}

Associated Types

type Output: 'static

Loading content...

Required methods

fn solve(self) -> Self::Output

Loading content...

Implementors

Loading content...