Crate odoo_lsp

Source

Re-exports§

pub use str::ImStr;

Modules§

analyze
Methods related to type analysis. The two most important methods are Index::model_of_range and Index::type_of.
component
config
index
model
record
str
template
utils

Macros§

errloc
format_loc
format preceded with file location information. If no arguments are passed, a string literal is returned.
loc
ok
Early return, with optional message passed to format_loc.
some
Unwraps the option in the context of a function that returns Result<Option<_>>.