rune::lread

Function load

Source
pub(crate) fn load(
    file: &Rt<Slot<Gc<&LispString>>>,
    noerror: Option<()>,
    nomessage: Option<()>,
    cx: &mut Context<'_>,
    env: &mut Rt<Env<'_>>,
) -> Result<bool>