logisheets_controller 0.7.0

the core of LogiSheets
Documentation
1
2
3
4
5
use logisheets_base::id_fetcher::IdFetcherTrait;

pub trait SheetPosExecCtx: IdFetcherTrait {
    fn has_updated(&mut self);
}