moella
0.1.1
Custom
Extensions
Methods
empty
insert
insert_without_data
insert_without_data_or_config_dir
Trait Implementations
Default
Auto Trait Implementations
!RefUnwindSafe
!Send
!Sync
!UnwindSafe
Freeze
Unpin
Blanket Implementations
Any
AsTaggedExplicit<'a, E>
AsTaggedImplicit<'a, E>
Borrow<T>
BorrowMut<T>
From<T>
Instrument
Into<U>
Pointable
Same
TryFrom<U>
TryInto<U>
VZip<V>
WithSubscriber
In moella::
config
moella
::
config
Struct
CustomExtensions
Copy item path
source
pub struct CustomExtensions(
/* private fields */
);
Implementations
§
source
§
impl
CustomExtensions
source
pub fn
empty
() -> Self
source
pub fn
insert_without_data_or_config_dir
( &mut self, name: impl
Into
<
String
>, extension: impl
Fn
(&mut
Extensions
) ->
RetSyncFut
<'_,
Result
<
()
,
String
>> +
Send
+
Sync
+ 'static, )