mirror of
https://github.com/isar/rusqlite.git
synced 2025-11-23 08:44:27 +08:00
Rustfmt
This commit is contained in:
@@ -353,7 +353,9 @@ impl<'a> Context<'a> {
|
||||
///
|
||||
/// `A` is the type of the aggregation context and `T` is the type of the final result.
|
||||
/// Implementations should be stateless.
|
||||
pub trait Aggregate<A, T> where T: ToResult {
|
||||
pub trait Aggregate<A, T>
|
||||
where T: ToResult
|
||||
{
|
||||
/// Initializes the aggregation context. Will be called prior to the first call
|
||||
/// to `step()` to set up the context for an invocation of the function. (Note:
|
||||
/// `init()` will not be called if the there are no rows.)
|
||||
|
||||
Reference in New Issue
Block a user