tinymist_query::analysis

Trait PeriscopeProvider

Source
pub trait PeriscopeProvider {
    // Provided method
    fn periscope_at(
        &self,
        _ctx: &mut LocalContext,
        _doc: &TypstDocument,
        _pos: Position,
    ) -> Option<String> { ... }
}
Expand description

The periscope provider.

Provided Methods§

Source

fn periscope_at( &self, _ctx: &mut LocalContext, _doc: &TypstDocument, _pos: Position, ) -> Option<String>

Resolve telescope image at the given position.

Implementors§