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§
Sourcefn periscope_at(
&self,
_ctx: &mut LocalContext,
_doc: &TypstDocument,
_pos: Position,
) -> Option<String>
fn periscope_at( &self, _ctx: &mut LocalContext, _doc: &TypstDocument, _pos: Position, ) -> Option<String>
Resolve telescope image at the given position.