unhide Inject
This commit is contained in:
parent
8c8752c2e4
commit
e3ca573bdf
@ -3,7 +3,7 @@ use std::rc::Rc;
|
||||
use crate::rcore::*;
|
||||
use crate::rstd::{singular::*, *};
|
||||
|
||||
trait Inject<'a, Ctx: Context<'a>>: 'a + Sized {
|
||||
pub trait Inject<'a, Ctx: Context<'a>>: 'a + Sized {
|
||||
fn inject<A: 'a>(&self, fa: Wrapped<'a, Ctx, A>) -> Wrapped<'a, Ctx, A>;
|
||||
|
||||
fn inject_mentionable<A: Mentionable<'a, Ctx>>(
|
||||
|
Loading…
Reference in New Issue
Block a user